Update app.py
Browse files
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 |
)
|