igoracmorais commited on
Commit
4322b96
·
verified ·
1 Parent(s): 01540d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  )