Spaces:
Sleeping
Sleeping
Fixed test radio value
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ with gr.Blocks() as blocks:
|
|
| 55 |
label="Answer options",
|
| 56 |
choices=[],
|
| 57 |
#value=default_lang,
|
| 58 |
-
type="index",
|
| 59 |
interactive=True,
|
| 60 |
)
|
| 61 |
with gr.Row():
|
|
|
|
| 55 |
label="Answer options",
|
| 56 |
choices=[],
|
| 57 |
#value=default_lang,
|
| 58 |
+
#type="index",
|
| 59 |
interactive=True,
|
| 60 |
)
|
| 61 |
with gr.Row():
|