albertvillanova HF Staff commited on
Commit
9cb3444
·
verified ·
1 Parent(s): f1c5c38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ def init_choices():
10
 
11
  with gr.Blocks() as demo:
12
  dropdown = gr.Dropdown(label="Select", multiselect=True)
 
13
 
14
  demo.load(
15
  fn=init_choices,
 
10
 
11
  with gr.Blocks() as demo:
12
  dropdown = gr.Dropdown(label="Select", multiselect=True)
13
+ choices = gr.State()
14
 
15
  demo.load(
16
  fn=init_choices,