Carl Boettiger commited on
Commit
b811b41
1 Parent(s): 183a0ee
Files changed (2) hide show
  1. .gitignore +3 -2
  2. app.py +0 -2
.gitignore CHANGED
@@ -4,5 +4,6 @@
4
  .Ruserdata
5
  .ipynb_checkpoints
6
  pad-us.Rproj
7
- *.vrt
8
- mobi-red
 
 
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)