Spaces:
Sleeping
Sleeping
New title
Browse files
app.py
CHANGED
|
@@ -92,6 +92,6 @@ with gr.Blocks(theme=chat_theme) as chatbot:
|
|
| 92 |
show_download_button=False
|
| 93 |
)
|
| 94 |
|
| 95 |
-
gr.ChatInterface(respond, type ="messages", examples = ["what's a good smoothie recipe?", "help me find a local cafe with matcha", "how do i stop drinking coffee?"])
|
| 96 |
|
| 97 |
chatbot.launch()
|
|
|
|
| 92 |
show_download_button=False
|
| 93 |
)
|
| 94 |
|
| 95 |
+
gr.ChatInterface(respond, type ="messages", title = "Ditch the Coffee.", examples = ["what's a good smoothie recipe?", "help me find a local cafe with matcha", "how do i stop drinking coffee?"])
|
| 96 |
|
| 97 |
chatbot.launch()
|