Spaces:
Runtime error
Runtime error
test hotdog app
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
@@ -6,4 +6,12 @@ pickle5
|
|
6 |
numpy
|
7 |
pandas
|
8 |
scikit-learn==0.24.1
|
9 |
-
Cython==0.29.36
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
numpy
|
7 |
pandas
|
8 |
scikit-learn==0.24.1
|
9 |
+
Cython==0.29.36
|
10 |
+
bokeh==2.4.1
|
11 |
+
joblib
|
12 |
+
boto3
|
13 |
+
urlextract
|
14 |
+
bs4
|
15 |
+
matplotlib
|
16 |
+
plotly
|
17 |
+
streamlit==1.25.0
|