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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def main():
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
 
107
  if __name__ == "__main__":
108
  main()
 
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)
106
 
107
  if __name__ == "__main__":
108
  main()