Spaces:
Runtime error
Runtime error
John Smith
commited on
Commit
·
99a794f
1
Parent(s):
55f0c34
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, countries, place, activity_list
|
5 |
return f"""The {quantity} {animal}s from {" and ".join(countries)} went to the {place} where they {" and ".join(activity_list)} until the """
|
6 |
|
7 |
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
|
4 |
+
def sentence_builder(quantity, animal, countries, place, activity_list):
|
5 |
return f"""The {quantity} {animal}s from {" and ".join(countries)} went to the {place} where they {" and ".join(activity_list)} until the """
|
6 |
|
7 |
|