Spaces:
Runtime error
Runtime error
Create requirements_minimal.txt
Browse files- requirements_minimal.txt +6 -0
requirements_minimal.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.36.0
|
| 2 |
+
streamlit-chat==0.1.1
|
| 3 |
+
python-dotenv==1.0.0
|
| 4 |
+
PyPDF2==3.0.1
|
| 5 |
+
python-docx==1.1.2
|
| 6 |
+
langchain==0.2.7
|