Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +10 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
streamlit==1.28.0
|
| 3 |
+
pandas==2.1.0
|
| 4 |
+
numpy==1.24.3
|
| 5 |
+
plotly==5.15.0
|
| 6 |
+
chardet==5.1.0
|
| 7 |
+
openpyxl==3.1.2
|
| 8 |
+
python-dotenv==1.0.0
|
| 9 |
+
openai==1.3.0
|
| 10 |
+
google-generativeai==0.3.0
|