Spaces:
Runtime error
Runtime error
fix: add back plotly (for real)
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
gradio
|
2 |
llama_index==0.6.5
|
3 |
pandas==2.0.1
|
4 |
-
|
|
|
|
|
|
1 |
gradio
|
2 |
llama_index==0.6.5
|
3 |
pandas==2.0.1
|
4 |
+
numpy==1.24.3
|
5 |
+
openai==0.27.4
|
6 |
+
plotly==5.14.1
|