Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ iface = gr.Interface(
|
|
| 32 |
gr.Dropdown(
|
| 33 |
["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."
|
| 34 |
),
|
| 35 |
-
gr.Checkbox(label="Morning", info="Did they do it in the morning?")
|
| 36 |
],
|
| 37 |
outputs=gr.Textbox(type="text", label="Resposta")
|
| 38 |
)
|
|
|
|
| 32 |
gr.Dropdown(
|
| 33 |
["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."
|
| 34 |
),
|
| 35 |
+
gr.Checkbox(label="Morning", info="Did they do it in the morning?"),
|
| 36 |
],
|
| 37 |
outputs=gr.Textbox(type="text", label="Resposta")
|
| 38 |
)
|