Spaces:
Runtime error
Runtime error
added requirement.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
|
|
| 1 |
numpy==1.24.4
|
|
|
|
| 2 |
pandas==1.5.3
|
| 3 |
plotly==5.17.0
|
|
|
|
| 4 |
streamlit==1.28.2
|
| 5 |
-
streamlit_extras==0.3.
|
| 6 |
streamlit_searchbox==0.1.6
|
|
|
|
|
|
| 1 |
+
langchain==0.0.350
|
| 2 |
numpy==1.24.4
|
| 3 |
+
openai==1.3.8
|
| 4 |
pandas==1.5.3
|
| 5 |
plotly==5.17.0
|
| 6 |
+
Requests==2.31.0
|
| 7 |
streamlit==1.28.2
|
| 8 |
+
streamlit_extras==0.3.6
|
| 9 |
streamlit_searchbox==0.1.6
|
| 10 |
+
wikipedia==1.4.0
|