ranWang commited on
Commit
d2da246
1 Parent(s): 9d3b638

change running_success in demo

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -759,9 +759,8 @@ def clear():
759
  return "", 0.1, "", problem_example_text_display, problem_example_text
760
 
761
 
762
- running_success = False
763
-
764
  with gr.Blocks(css=css, title="Math Olympiad Solver") as demo:
 
765
  btn_list = []
766
  problem_input_ele_list = []
767
 
 
759
  return "", 0.1, "", problem_example_text_display, problem_example_text
760
 
761
 
 
 
762
  with gr.Blocks(css=css, title="Math Olympiad Solver") as demo:
763
+ running_success = False
764
  btn_list = []
765
  problem_input_ele_list = []
766