Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
-
streamlit==1.26.0
|
2 |
-
pandas==2.1.1
|
3 |
-
|
|
|
|
|
|
1 |
+
streamlit==1.26.0 # Core library for the Streamlit web app
|
2 |
+
pandas==2.1.1 # For handling and processing tabular dataset
|
3 |
+
requests==2.31.0 # For downloading dataset from Google Drive
|
4 |
+
openpyxl==3.1.2 # For processing Excel files
|
5 |
+
plotly==5.15.0 # For creating interactive 3D visualizations
|