Skip to content

Commit

Permalink
add title to references
Browse files Browse the repository at this point in the history
  • Loading branch information
joAschauer committed Dec 7, 2023
1 parent a8b7d07 commit c7c11be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/tab_literature.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def content_literature(context_data: dict):
This tab contains a list of references used in this app.
"""
)
st.markdown("## References")
df = context_data["literature"]
markdown_text = ""
for _ind, row in df.iterrows():
Expand Down

0 comments on commit c7c11be

Please sign in to comment.