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

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 = "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()
 
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?", "Is the sky green?"])
23
 
24
  chatbot.launch()