Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -101,9 +101,6 @@ def main():
|
|
101 |
# File selection
|
102 |
csv_file = st.sidebar.selectbox("Select CSV file:", ["allData.csv","places.csv","ethonyms.csv","rivers.csv","mountains.csv","toponyms.csv"])
|
103 |
|
104 |
-
# Option to sort entries
|
105 |
-
sort_entries = st.sidebar.checkbox("Sort entries by plin. nat. number")
|
106 |
-
|
107 |
# Visualization based on selected file and option to sort
|
108 |
visualize_data(csv_file, sort_entries)
|
109 |
|
|
|
101 |
# File selection
|
102 |
csv_file = st.sidebar.selectbox("Select CSV file:", ["allData.csv","places.csv","ethonyms.csv","rivers.csv","mountains.csv","toponyms.csv"])
|
103 |
|
|
|
|
|
|
|
104 |
# Visualization based on selected file and option to sort
|
105 |
visualize_data(csv_file, sort_entries)
|
106 |
|