Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
|
@@ -5,4 +5,9 @@ PyPDF2
|
|
| 5 |
python-docx
|
| 6 |
pandas
|
| 7 |
python-dotenv
|
| 8 |
-
huggingface_hub
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
python-docx
|
| 6 |
pandas
|
| 7 |
python-dotenv
|
| 8 |
+
huggingface_hub
|
| 9 |
+
|
| 10 |
+
streamlit==1.39.0
|
| 11 |
+
python-dotenv==1.0.1
|
| 12 |
+
huggingface_hub==0.25.1
|
| 13 |
+
llama-index
|