Spaces:
Sleeping
Sleeping
wip
Browse files
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 |
+
|