albertvillanova HF Staff commited on
Commit
47322e4
·
verified ·
1 Parent(s): aea9694

Update app.py

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