Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -93,7 +93,7 @@ def plot_chart():
|
|
| 93 |
|
| 94 |
return alt.Chart(dataframe).mark_line()
|
| 95 |
|
| 96 |
-
def python_exec()
|
| 97 |
ans = st.session_state[PY_CHAIN]
|
| 98 |
|
| 99 |
if not ans:
|
|
|
|
| 93 |
|
| 94 |
return alt.Chart(dataframe).mark_line()
|
| 95 |
|
| 96 |
+
def python_exec():
|
| 97 |
ans = st.session_state[PY_CHAIN]
|
| 98 |
|
| 99 |
if not ans:
|