Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
streamlit
|
| 2 |
openai
|
| 3 |
-
|
| 4 |
python-docx # For Word Docs
|
| 5 |
pandas # For Excel/CSV
|
| 6 |
openpyxl # For Excel engine
|
|
|
|
| 1 |
streamlit
|
| 2 |
openai
|
| 3 |
+
pypdf2 # For PDFs
|
| 4 |
python-docx # For Word Docs
|
| 5 |
pandas # For Excel/CSV
|
| 6 |
openpyxl # For Excel engine
|