cboettig commited on
Commit
956db1d
·
unverified ·
1 Parent(s): 8a07d8f
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -96,8 +96,9 @@ x = (rioxarray.
96
  st.write(float(x))
97
  # -
98
 
99
- eval(code)
100
  m.to_streamlit(height=700)
101
 
102
 
103
 
 
 
96
  st.write(float(x))
97
  # -
98
 
99
+ eval(compile(code, "<string>", "exec"))
100
  m.to_streamlit(height=700)
101
 
102
 
103
 
104
+