albertvillanova HF Staff commited on
Commit
5ef912c
·
verified ·
1 Parent(s): 3fc461e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ with gr.Blocks() as demo:
17
  fn=init_choices,
18
  outputs=state,
19
  ).then(
20
- fn=lambda x: gr.Dropdown(choices=list(x.keys())),
21
  inputs=state,
22
  outputs=dropdown2,
23
  )
 
17
  fn=init_choices,
18
  outputs=state,
19
  ).then(
20
+ fn=lambda x: gr.Dropdown(choices=list(x.keys()), interactive=True),
21
  inputs=state,
22
  outputs=dropdown2,
23
  )