Sadmo commited on
Commit
28c2d2a
·
verified ·
1 Parent(s): 758ef37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,6 +19,6 @@ def respond(message, history):
19
 
20
  return response['choices'][0]['message']['content'].strip()
21
 
22
- chatbot = gr.ChatInterface(respond, type = "messages", title = "Brutal 8Ball Fortune Teller for KWK", theme = gr.themes.Glass(), examples = ["How will lunch be today?", "How's the weather today?", "Is Trinity goofy?"])
23
 
24
  chatbot.launch()
 
19
 
20
  return response['choices'][0]['message']['content'].strip()
21
 
22
+ chatbot = gr.ChatInterface(respond, type = "messages", title = "SadhanaGPT for KWK", theme = gr.themes.Glass(), examples = ["How's the weather today?", "Who won the match between the Philadelphia Eagles and New England Patriots?", "Is the sky green?"])
23
 
24
  chatbot.launch()