Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -164,7 +164,7 @@ class MariannaBot:
|
|
| 164 |
if message in ["sì", "si"]:
|
| 165 |
self.state = "query"
|
| 166 |
self.is_telling_stories = False
|
| 167 |
-
return "
|
| 168 |
elif message == "no":
|
| 169 |
self.state = "end"
|
| 170 |
return "Va bene, grazie per aver parlato con me."
|
|
@@ -218,7 +218,7 @@ def main():
|
|
| 218 |
|
| 219 |
with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue")) as demo:
|
| 220 |
with gr.Row():
|
| 221 |
-
gr.Markdown("##
|
| 222 |
|
| 223 |
with gr.Row():
|
| 224 |
gr.Image("marianna-102.jpeg",
|
|
|
|
| 164 |
if message in ["sì", "si"]:
|
| 165 |
self.state = "query"
|
| 166 |
self.is_telling_stories = False
|
| 167 |
+
return "Cosa vorresti sapere?"
|
| 168 |
elif message == "no":
|
| 169 |
self.state = "end"
|
| 170 |
return "Va bene, grazie per aver parlato con me."
|
|
|
|
| 218 |
|
| 219 |
with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue")) as demo:
|
| 220 |
with gr.Row():
|
| 221 |
+
gr.Markdown("## Chatta con Marianna - 'La Testa di Napoli'")
|
| 222 |
|
| 223 |
with gr.Row():
|
| 224 |
gr.Image("marianna-102.jpeg",
|