Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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",
|
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**:
|
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 |
# -------------------------------
|