Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -344,6 +344,7 @@ st.title("Epigraphic XML Viewer: Diplomatic and Editor Editions")
|
|
344 |
# Sidebar - Project Information
|
345 |
# -------------------------------
|
346 |
with st.sidebar:
|
|
|
347 |
st.header("Project Information")
|
348 |
st.markdown("""
|
349 |
**Epigraphic Database Viewer** is a tool designed to visualize and analyze ancient inscriptions.
|
|
|
344 |
# Sidebar - Project Information
|
345 |
# -------------------------------
|
346 |
with st.sidebar:
|
347 |
+
st.image("imgs/logo_inscripta.jpg", use_column_width=True")
|
348 |
st.header("Project Information")
|
349 |
st.markdown("""
|
350 |
**Epigraphic Database Viewer** is a tool designed to visualize and analyze ancient inscriptions.
|