Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
pandas
|
3 |
+
matplotlib
|
4 |
+
extra-streamlit-components
|
5 |
+
streamlit-toggle
|
6 |
+
streamlit-tags
|
7 |
+
streamlit-vertical-slider
|
8 |
+
reportlab
|