Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit>=1.36.0
|
| 2 |
+
pandas>=2.0.0
|
| 3 |
+
plotly>=5.22.0
|
| 4 |
+
openpyxl>=3.1.2
|
| 5 |
+
xlsxwriter>=3.2.0
|
| 6 |
+
|