Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
-
streamlit
|
2 |
google-generativeai==0.7.2
|
3 |
-
pandas
|
4 |
pillow
|
5 |
python-dotenv
|
6 |
PyPDF2>=3.0.0
|
7 |
-
pdf2image>=1.16.3
|
8 |
-
poppler-utils
|
|
|
1 |
+
streamlit==1.33.0
|
2 |
google-generativeai==0.7.2
|
3 |
+
pandas
|
4 |
pillow
|
5 |
python-dotenv
|
6 |
PyPDF2>=3.0.0
|
7 |
+
pdf2image>=1.16.3
|
|