Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.29.0
|
| 2 |
+
pandas==2.1.4
|
| 3 |
+
matplotlib==3.8.2
|
| 4 |
+
google-generativeai==0.3.1
|
| 5 |
+
requests==2.31.0
|
| 6 |
+
python-dotenv==1.0.0
|