cboettig commited on
Commit
183a0ee
·
unverified ·
1 Parent(s): dd37993
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -11,8 +11,11 @@
11
  # See the License for the specific language governing permissions and
12
  # limitations under the License.
13
 
 
14
  import leafmap.foliumap as leafmap
15
  import streamlit as st
 
 
16
  import altair as alt
17
  import ibis
18
  from ibis import _
@@ -51,6 +54,7 @@ with st.sidebar:
51
  # -
52
 
53
 
54
- eval(code)
55
  m.to_streamlit(height=700)
56
 
 
 
11
  # See the License for the specific language governing permissions and
12
  # limitations under the License.
13
 
14
+ # +
15
  import leafmap.foliumap as leafmap
16
  import streamlit as st
17
+ import os
18
+
19
  import altair as alt
20
  import ibis
21
  from ibis import _
 
54
  # -
55
 
56
 
57
+ exec(compile(code,'<string>','exec'))
58
  m.to_streamlit(height=700)
59
 
60
+ m