bestroi commited on
Commit
9ce3669
·
verified ·
1 Parent(s): 24d8966

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -344,7 +344,7 @@ st.title("Epigraphic XML Viewer: Diplomatic and Editor Editions")
344
  # Sidebar - Project Information
345
  # -------------------------------
346
  with st.sidebar:
347
- st.image("imgs/logo_inscripta.jpg", use_column_width=True, caption="Latin and Ancient Greek Inscriptions")
348
  st.header("Project Information")
349
  st.markdown("""
350
  **Epigraphic Database Viewer** is a tool designed to visualize and analyze ancient inscriptions.
@@ -359,7 +359,7 @@ with st.sidebar:
359
  - **Places**: Geographical data and descriptions.
360
  - **Emperor Titles**: Titles and abbreviations used in inscriptions.
361
 
362
- **Developed by**: Your Name or Team
363
  """)
364
 
365
  # -------------------------------
 
344
  # Sidebar - Project Information
345
  # -------------------------------
346
  with st.sidebar:
347
+ st.image("imgs/logo_inscripta.jpg", use_container_width=True, caption="Latin and Ancient Greek Inscriptions")
348
  st.header("Project Information")
349
  st.markdown("""
350
  **Epigraphic Database Viewer** is a tool designed to visualize and analyze ancient inscriptions.
 
359
  - **Places**: Geographical data and descriptions.
360
  - **Emperor Titles**: Titles and abbreviations used in inscriptions.
361
 
362
+ **Developed by**: Us
363
  """)
364
 
365
  # -------------------------------