Spaces:
Build error
Build error
Canstralian
commited on
Commit
•
6e6d88a
1
Parent(s):
4e44023
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
streamlit
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
1 |
+
streamlit==1.20.0
|
2 |
+
google-generativeai==0.2.0
|
3 |
+
sqlite3==3.35.5 # This may not be necessary as it's included with Python by default
|
4 |
+
python-dotenv==0.20.0
|
5 |
+
huggingface_hub==0.14.0
|