Spaces:
Runtime error
Runtime error
azaninello
commited on
Commit
•
9b38de2
1
Parent(s):
0df2ed5
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
|
3 |
|
4 |
def sentence_builder(cerca_una_parola, place, activity_list, morning):
|
5 |
-
return f"""The {
|
6 |
|
7 |
|
8 |
demo = gr.Interface(
|
|
|
2 |
|
3 |
|
4 |
def sentence_builder(cerca_una_parola, place, activity_list, morning):
|
5 |
+
return f"""The {cerca_una_parola}s went to the {place} where they {" and ".join(activity_list)} until the {"morning" if morning else "night"}"""
|
6 |
|
7 |
|
8 |
demo = gr.Interface(
|