Spaces:
Runtime error
Runtime error
John Smith
commited on
Commit
·
de5575b
1
Parent(s):
9df72f4
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
|
4 |
-
def sentence_builder(quantity, animal,
|
5 |
return f"""The {quantity} {animal}s from went to the where they {" and ".join(activity_list)} until the """
|
6 |
|
7 |
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
|
4 |
+
def sentence_builder(quantity, animal, activity_list):
|
5 |
return f"""The {quantity} {animal}s from went to the where they {" and ".join(activity_list)} until the """
|
6 |
|
7 |
|