Leilaaaah commited on
Commit
cffcf46
·
verified ·
1 Parent(s): ccc9a14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,6 +18,6 @@ def respond(message,history):
18
 
19
  return response['choices'][0]['message']['content'].strip()
20
 
21
- chatbot = gr.ChatInterface(respond, type='messages')
22
 
23
  chatbot.launch()
 
18
 
19
  return response['choices'][0]['message']['content'].strip()
20
 
21
+ chatbot = gr.ChatInterface(respond, type='messages', theme='gstaff/xkcd')
22
 
23
  chatbot.launch()