Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -107,17 +107,15 @@ def main():
|
|
107 |
|
108 |
# Sidebar section
|
109 |
with st.sidebar:
|
110 |
-
st.image("imgs/DiGi_Thrace logo-tall.jpg", use_column_width=True)
|
111 |
st.markdown("""
|
112 |
### The Dataset:
|
113 |
A curated collection of information on ancient geographical locations, rivers, tribes, and cultural aspects as documented by Pliny the Elder in *Naturalis Historia*. It includes lemmas (base forms of words), contextual information, and references to specific books and chapters from Pliny's work.
|
114 |
-
|
115 |
-
_Measuring Ancient Thrace: Re-evaluating Antiquity in the Digital Age_
|
116 |
-
|
117 |
-
**Project no. КП-06-Н50/3 from 30.11.2020, financed by BNSF**
|
118 |
-
|
119 |
The dataset is available on **FigShare**:
|
120 |
https://doi.org/10.6084/m9.figshare.27044578.v1
|
|
|
|
|
121 |
""")
|
122 |
|
123 |
csv_options = ["allData.csv", "places.csv", "ethnonyms.csv", "rivers.csv", "mountains.csv", "toponyms.csv"]
|
|
|
107 |
|
108 |
# Sidebar section
|
109 |
with st.sidebar:
|
110 |
+
st.image("imgs/DiGi_Thrace logo-tall.jpg", use_column_width=True, caption="_Measuring Ancient Thrace: Re-evaluating Antiquity in the Digital Age_")
|
111 |
st.markdown("""
|
112 |
### The Dataset:
|
113 |
A curated collection of information on ancient geographical locations, rivers, tribes, and cultural aspects as documented by Pliny the Elder in *Naturalis Historia*. It includes lemmas (base forms of words), contextual information, and references to specific books and chapters from Pliny's work.
|
114 |
+
|
|
|
|
|
|
|
|
|
115 |
The dataset is available on **FigShare**:
|
116 |
https://doi.org/10.6084/m9.figshare.27044578.v1
|
117 |
+
|
118 |
+
**Project no. КП-06-Н50/3 from 30.11.2020, financed by BNSF**
|
119 |
""")
|
120 |
|
121 |
csv_options = ["allData.csv", "places.csv", "ethnonyms.csv", "rivers.csv", "mountains.csv", "toponyms.csv"]
|