Ingrid-47 commited on
Commit
634a094
·
verified ·
1 Parent(s): d53ade6

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(message,history) :
10
 
11
  print("Hello World")
12
 
13
- chatbot = gr.ChatInterface(yes_no, type= "messages", title= "Fortune Teller Chatbot", description= "This is the chatbot only tells the truth", theme= "SebastionBravo/simci_css")
14
 
15
  chatbot.launch()
 
10
 
11
  print("Hello World")
12
 
13
+ chatbot = gr.ChatInterface(yes_no, type= "messages", title= "Fortune Teller Chatbot", description= "This is the chatbot only tells the truth", theme="SebastianBravo/simci_css")
14
 
15
  chatbot.launch()