Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -4
requirements.txt
CHANGED
@@ -1,10 +1,13 @@
|
|
1 |
streamlit
|
2 |
pandas
|
3 |
numpy
|
4 |
-
|
5 |
ydata-profiling
|
6 |
streamlit-pandas-profiling
|
7 |
-
|
|
|
|
|
8 |
openai
|
9 |
-
|
10 |
-
|
|
|
|
1 |
streamlit
|
2 |
pandas
|
3 |
numpy
|
4 |
+
plotly
|
5 |
ydata-profiling
|
6 |
streamlit-pandas-profiling
|
7 |
+
requests
|
8 |
+
scipy
|
9 |
+
scikit-learn
|
10 |
openai
|
11 |
+
flask
|
12 |
+
python-dotenv
|
13 |
+
Flask-Cors
|