bestroi commited on
Commit
d04ac3b
·
1 Parent(s): a5173e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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