Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
pandas
|
3 |
+
numpy
|
4 |
+
scipy
|
5 |
+
openpyxl
|
6 |
+
python-docx
|
7 |
+
num2words
|
8 |
+
statsmodels
|
9 |
+
plotly
|
10 |
+
matplotlib
|
11 |
+
seaborn
|
12 |
+
scikit-learn
|
13 |
+
XlsxWriter
|