kavyatayal commited on
Commit
09edf0f
·
verified ·
1 Parent(s): f336396

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,6 +11,6 @@ def yes_no(message, history):
11
 
12
 
13
 
14
- chatbot = gr.ChatInterface(yes_no, type="messages", title="Magic 8 Ball", description = "Ask me a question", theme=gr.themes.Soft(primary_hue=gr.themes.colors.black, secondary_hue=gr.themes.colors.purple))
15
 
16
  chatbot.launch()
 
11
 
12
 
13
 
14
+ chatbot = gr.ChatInterface(yes_no, type="messages", title="Magic 8 Ball", description = "Ask me a question", theme=gr.themes.Soft(primary_hue=gr.themes.colors.slate, secondary_hue=gr.themes.colors.purple))
15
 
16
  chatbot.launch()