Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
langchain==0.0.120
|
| 2 |
+
llama_index==0.4.28
|
| 3 |
+
pandas==1.5.3
|
| 4 |
+
streamlit==1.17.0
|
| 5 |
+
streamlit_chat==0.0.2.2
|