Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -2
requirements.txt
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
-
|
|
|
2 |
pandas
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
PyPDF2
|
3 |
pandas
|
4 |
+
google.generativeai
|
5 |
+
csv
|
6 |
+
datetime
|
7 |
+
logging
|
8 |
+
tempfile
|
9 |
+
base64
|