Spaces:
Runtime error
Runtime error
John Smith
commited on
Commit
·
905208d
1
Parent(s):
cb9b710
Update app.py
Browse files
app.py
CHANGED
@@ -13,10 +13,12 @@ demo = gr.Interface(
|
|
13 |
["cat", "dog", "bird"], label="Animal", info="Will add more animals later!"
|
14 |
),
|
15 |
gr.CheckboxGroup(["USA", "Japan", "Pakistan"], label="Countries", info="Where are they from?"),
|
16 |
-
gr.Radio(["park", "zoo", "road"], label="Location", info="Where did they go?"),
|
17 |
gr.Dropdown(
|
18 |
["ran", "swam", "ate", "slept"], value=["swam", "slept"], multiselect=True, label="Activity", info="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor, nisl eget ultricies aliquam, nunc nisl aliquet nunc, eget aliquam nisl nunc vel nisl."
|
19 |
),
|
|
|
|
|
|
|
20 |
gr.Checkbox(label="Morning", info="Did they do it in the morning?"),
|
21 |
],
|
22 |
"text",
|
|
|
13 |
["cat", "dog", "bird"], label="Animal", info="Will add more animals later!"
|
14 |
),
|
15 |
gr.CheckboxGroup(["USA", "Japan", "Pakistan"], label="Countries", info="Where are they from?"),
|
|
|
16 |
gr.Dropdown(
|
17 |
["ran", "swam", "ate", "slept"], value=["swam", "slept"], multiselect=True, label="Activity", info="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor, nisl eget ultricies aliquam, nunc nisl aliquet nunc, eget aliquam nisl nunc vel nisl."
|
18 |
),
|
19 |
+
gr.Dropdown(
|
20 |
+
["WWW", "EEE", "RRR", "TTT"], value=["DDD", "AAAA"], multiselect=True, label="Activity", info="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed auctor, nisl eget ultricies aliquam, nunc nisl aliquet nunc, eget aliquam nisl nunc vel nisl."
|
21 |
+
),
|
22 |
gr.Checkbox(label="Morning", info="Did they do it in the morning?"),
|
23 |
],
|
24 |
"text",
|