abi-codes commited on
Commit
ee53ac0
·
verified ·
1 Parent(s): 6f3aed0

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(messsage, history):
10
 
11
  print("Hello, World")
12
 
13
- 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="gstaff/xkcd")
14
 
15
  chatbot.launch()
 
10
 
11
  print("Hello, World")
12
 
13
+ 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='earneleh/paris')
14
 
15
  chatbot.launch()