Spaces:
Runtime error
Runtime error
John Smith
commited on
Commit
·
5792998
1
Parent(s):
905208d
Update app.py
Browse files
app.py
CHANGED
@@ -14,10 +14,7 @@ demo = gr.Interface(
|
|
14 |
),
|
15 |
gr.CheckboxGroup(["USA", "Japan", "Pakistan"], label="Countries", info="Where are they from?"),
|
16 |
gr.Dropdown(
|
17 |
-
["
|
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 |
],
|
|
|
14 |
),
|
15 |
gr.CheckboxGroup(["USA", "Japan", "Pakistan"], label="Countries", info="Where are they from?"),
|
16 |
gr.Dropdown(
|
17 |
+
["cat", "dog", "bird"], label="Animal", info="Will add more animals later!"
|
|
|
|
|
|
|
18 |
),
|
19 |
gr.Checkbox(label="Morning", info="Did they do it in the morning?"),
|
20 |
],
|