Spaces:
Runtime error
Runtime error
azaninello
commited on
Commit
•
5fde0f7
1
Parent(s):
f8b41af
Update app.py
Browse files
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.
|
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?"),
|