sharvanid commited on
Commit
69398bb
·
verified ·
1 Parent(s): f47838d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def yes_no(message, history):
11
 
12
  print("Hello, World!")
13
 
14
- chatbot = gr.ChatInterface(yes_no, type = "messages", title="My Chatbot", description = "a chatbot that states its opinions.", theme=gr.themes.Ocean())
15
 
16
  chatbot.launch()
17
 
 
11
 
12
  print("Hello, World!")
13
 
14
+ chatbot = gr.ChatInterface(yes_no, type = "messages", title="My Chatbot", description = "a chatbot that states its opinions.", theme="citrus")
15
 
16
  chatbot.launch()
17