abi-codes commited on
Commit
dd6e610
·
verified ·
1 Parent(s): 387c135

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(messsage, history):
11
 
12
  print("Hello, World")
13
 
14
- chatbot = gr.ChatInterface(yes_no, type="messages", title="8 ball", description="Ask it questions and it well tell you if it will happen or not", theme="soft")
15
 
16
  chatbot.launch()
 
11
 
12
  print("Hello, World")
13
 
14
+ chatbot = gr.ChatInterface(yes_no, type="messages", title="8 ball", description="Ask it questions and it well tell you if it will happen or not", themes.Default(primary_hue="red", secondary_hue="pink"))")
15
 
16
  chatbot.launch()