CJDA commited on
Commit
5b08d19
·
verified ·
1 Parent(s): 5081761

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,5 +19,5 @@ print("Hello,world!")
19
 
20
  chatbot = gr.ChatInterface(respond, type = "messages", title = "Answer Machine") #chatbot UI - conversation history and user input
21
 
22
- chatbot.launch()
23
 
 
19
 
20
  chatbot = gr.ChatInterface(respond, type = "messages", title = "Answer Machine") #chatbot UI - conversation history and user input
21
 
22
+ chatbot.launch()
23