Spaces:
Runtime error
Runtime error
Commit
·
6721782
1
Parent(s):
5fde0f7
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
|
4 |
-
def sentence_builder(
|
5 |
return f"""The {animal}s went to the {place} where they {" and ".join(activity_list)} until the {"morning" if morning else "night"}"""
|
6 |
|
7 |
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
|
4 |
+
def sentence_builder(cerca_una_parola, place, activity_list, morning):
|
5 |
return f"""The {animal}s went to the {place} where they {" and ".join(activity_list)} until the {"morning" if morning else "night"}"""
|
6 |
|
7 |
|