azaninello commited on
Commit
5fde0f7
1 Parent(s): f8b41af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def sentence_builder(animal, place, activity_list, morning):
8
  demo = gr.Interface(
9
  sentence_builder,
10
  [
11
- gr.Dropdown(["cat", "dog", "bird"]),
12
  gr.Radio(["park", "zoo", "road"]),
13
  gr.CheckboxGroup(["ran", "swam", "ate", "slept"]),
14
  gr.Checkbox(label="Is it the morning?"),
 
8
  demo = gr.Interface(
9
  sentence_builder,
10
  [
11
+ gr.Textbox(),
12
  gr.Radio(["park", "zoo", "road"]),
13
  gr.CheckboxGroup(["ran", "swam", "ate", "slept"]),
14
  gr.Checkbox(label="Is it the morning?"),