ssundus commited on
Commit
770193e
·
verified ·
1 Parent(s): a607ab1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,5 +8,5 @@ def yes_no(message, history):
8
  return random.choice(responses)
9
 
10
  print ("Hello World!")
11
- chatbot = gr.ChatInterface(yes_no, type="messages", title="The best ChatBot ever", examples= ["hi", "whats the weather today"], theme='shivi/calm_seafoam)
12
  chatbot.launch()
 
8
  return random.choice(responses)
9
 
10
  print ("Hello World!")
11
+ chatbot = gr.ChatInterface(yes_no, type="messages", title="The best ChatBot ever", examples= ["hi", "whats the weather today"], theme='shivi/calm_seafoam')
12
  chatbot.launch()