move cell for better running
This commit is contained in:
@@ -154,6 +154,12 @@ def _():
|
||||
return
|
||||
|
||||
|
||||
@app.cell
|
||||
def _():
|
||||
BEST_CHOSEN_CHARACTER = "the_coach"
|
||||
return (BEST_CHOSEN_CHARACTER,)
|
||||
|
||||
|
||||
@app.cell
|
||||
def _(S):
|
||||
filter_form = mo.md('''
|
||||
@@ -187,12 +193,6 @@ def _(S):
|
||||
return (filter_form,)
|
||||
|
||||
|
||||
@app.cell
|
||||
def _():
|
||||
BEST_CHOSEN_CHARACTER = "the_coach"
|
||||
return (BEST_CHOSEN_CHARACTER,)
|
||||
|
||||
|
||||
@app.cell
|
||||
def _(S, data_validated, filter_form):
|
||||
mo.stop(filter_form.value is None, mo.md("**Please submit filter above to proceed**"))
|
||||
|
||||
Reference in New Issue
Block a user