Spaces:
Running
Running
Commit
·
7062509
1
Parent(s):
d2bda39
upgrade versions
Browse files- .gitignore +2 -1
- requirements.txt +2 -2
.gitignore
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
__pycache__
|
2 |
-
.venv
|
|
|
|
1 |
__pycache__
|
2 |
+
.venv
|
3 |
+
venv
|
requirements.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
deeploy==1.
|
2 |
-
streamlit==1.
|
3 |
plotly==5.18.0
|
|
|
1 |
+
deeploy==1.47.1
|
2 |
+
streamlit==1.45.0
|
3 |
plotly==5.18.0
|