Yuvalamitay commited on
Commit
8fbbd9a
·
verified ·
1 Parent(s): ca07a73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -8,8 +8,6 @@ def yes_no(message, history):
8
  responses = ["Yes", "No"]
9
  return random.choice(responses)
10
 
11
- chatbot = gr.ChatInterface(yes_no, type = "messages", title="The best chat bot", description="Ask it Yes or No questions")
12
- background = gr.Interface(theme='gstaff/sketch')
13
-
14
  chatbot.launch()
15
  background.launch()
 
8
  responses = ["Yes", "No"]
9
  return random.choice(responses)
10
 
11
+ chatbot = gr.ChatInterface(yes_no, type = "messages", title="The best chat bot", description="Ask it Yes or No questions", theme='shivi/calm_seafoam')
 
 
12
  chatbot.launch()
13
  background.launch()