sharvanid commited on
Commit
1a60d40
·
verified ·
1 Parent(s): 9bbe271

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,6 +10,6 @@ def yes_no(message, history):
10
  return random.choice(responses)
11
 
12
 
13
- chatbot = gr.ChatInterface(yes_no, type = "messages", title="Magic 8 Ball", description = "a chatbot that gives you answers.", theme="citrus")
14
 
15
  chatbot.launch()
 
10
  return random.choice(responses)
11
 
12
 
13
+ chatbot = gr.ChatInterface(yes_no, type = "messages", title="Magic 8 Ball", description = "a chatbot that gives you answers.", theme="Taithrah/Minimal")
14
 
15
  chatbot.launch()