sofia-koe commited on
Commit
492b691
·
verified ·
1 Parent(s): ed94b7e

New title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()