Closed yashshah1 closed 3 years ago
Another possible cleanup could be getting rid of districts.csv altogether and adding the district information as a constant in another file.
districts.csv
This could possibly reduce the runtime of the application since streamlit reads the csv file every time a user interacts with the page
Thanks for the suggestion. I made the changes.
Another possible cleanup could be getting rid of
districts.csv
altogether and adding the district information as a constant in another file.This could possibly reduce the runtime of the application since streamlit reads the csv file every time a user interacts with the page