Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
pandas
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
| 1 |
+
streamlit==1.28.0
|
| 2 |
+
pandas==2.0.3
|
| 3 |
+
numpy==1.26.4
|
| 4 |
+
requests==2.31.0
|
| 5 |
+
matplotlib==3.8.3
|
| 6 |
+
seaborn==0.13.0
|