Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
streamlit
|
2 |
-
pandas
|
3 |
-
folium
|
|
|
|
|
4 |
|
5 |
-
|
6 |
-
|
7 |
-
streamlit-components==0.1.0
|
|
|
1 |
+
streamlit==1.22.0 # The showstopper of data apps! 🎭
|
2 |
+
pandas==1.5.3 # Not just a cute bear, it's data wrangling at its finest! 🐼
|
3 |
+
folium==0.14.0 # For when your data needs to take a world tour 🗺️
|
4 |
+
streamlit-folium==0.11.1 # Marriage of Streamlit and Folium - a map made in heaven! 💑
|
5 |
+
extra-streamlit-components==0.1.71 # Because regular components are too mainstream 😎
|
6 |
|
7 |
+
# Yeehaw! Install these faster than Wild Bill can draw his gun! 🤠🔫
|
8 |
+
# Remember, in the Wild West of coding, always pip before you yee-haw!
|
|