waelstaha commited on
Commit
9975cb5
·
1 Parent(s): 6e5c75d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: