Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.31.0
|
| 2 |
+
pandas==2.1.4
|
| 3 |
+
matplotlib==3.8.2
|
| 4 |
+
seaborn==0.13.1
|
| 5 |
+
altair==5.2.0
|
| 6 |
+
google-generativeai==0.3.2
|
| 7 |
+
protobuf==4.25.1
|
| 8 |
+
python-dotenv==1.0.0
|