bstraehle commited on
Commit
bb14707
·
verified ·
1 Parent(s): 6b83805

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ with gr.Blocks() as grady:
69
  with gr.Row():
70
  level = gr.Radio(
71
  choices=[1, 2, 3],
72
- label="Level",
73
  interactive=True,
74
  scale=1
75
  )
 
69
  with gr.Row():
70
  level = gr.Radio(
71
  choices=[1, 2, 3],
72
+ label="GAIA Benchmark Level",
73
  interactive=True,
74
  scale=1
75
  )