Spaces:
Sleeping
Sleeping
update
Browse files- .gitignore +3 -2
- app.py +0 -2
.gitignore
CHANGED
|
@@ -4,5 +4,6 @@
|
|
| 4 |
.Ruserdata
|
| 5 |
.ipynb_checkpoints
|
| 6 |
pad-us.Rproj
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
| 4 |
.Ruserdata
|
| 5 |
.ipynb_checkpoints
|
| 6 |
pad-us.Rproj
|
| 7 |
+
|
| 8 |
+
code.py
|
| 9 |
+
|
app.py
CHANGED
|
@@ -56,5 +56,3 @@ with st.sidebar:
|
|
| 56 |
|
| 57 |
exec(compile(code,'<string>','exec'))
|
| 58 |
m.to_streamlit(height=700)
|
| 59 |
-
|
| 60 |
-
m
|
|
|
|
| 56 |
|
| 57 |
exec(compile(code,'<string>','exec'))
|
| 58 |
m.to_streamlit(height=700)
|
|
|
|
|
|