Cartinoe5930 commited on
Commit
f7de47c
·
1 Parent(s): ee2360e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -209,7 +209,7 @@ with gr.Blocks() as demo:
209
 
210
  with gr.Tab("Math"):
211
  math_cot = gr.Checkbox(label="CoT", info="If you want to see CoT result, please check the box.")
212
- math_question_list = gr.Dropdown(math_questions, value=callable, label="Math Question", every=0.1, contianer=False)
213
 
214
  with gr.Column():
215
  with gr.Row(elem_id="model1_response"):
 
209
 
210
  with gr.Tab("Math"):
211
  math_cot = gr.Checkbox(label="CoT", info="If you want to see CoT result, please check the box.")
212
+ math_question_list = gr.Dropdown(math_questions, value=callable(math_questions), label="Math Question", every=0.1, contianer=False)
213
 
214
  with gr.Column():
215
  with gr.Row(elem_id="model1_response"):