bstraehle commited on
Commit
bb51f4a
·
verified ·
1 Parent(s): 80caace

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ with gr.Blocks() as gaia:
97
  )
98
  with gr.Row():
99
  clear_btn = gr.ClearButton(
100
- components=[question, level, ground_truth, file_name]
101
  )
102
  submit_btn = gr.Button("Submit", variant="primary")
103
  with gr.Column(scale=1):
 
97
  )
98
  with gr.Row():
99
  clear_btn = gr.ClearButton(
100
+ components=[question, ground_truth, file_name]
101
  )
102
  submit_btn = gr.Button("Submit", variant="primary")
103
  with gr.Column(scale=1):