theodotus commited on
Commit
1262b51
1 Parent(s): 95eec11

Fixed test radio value

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():