Spaces:
Running
Running
Upload 10 files
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
google-generativeai
|
2 |
-
streamlit
|
3 |
-
joblib
|
4 |
python-dotenv
|
|
|
1 |
+
google-generativeai>=0.7.0
|
2 |
+
streamlit==1.29.0
|
3 |
+
joblib==1.3.2
|
4 |
python-dotenv
|