MsAsh commited on
Commit
a5a6611
·
verified ·
1 Parent(s): 60a0b1d

Added bot

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,4 +5,4 @@ def echo(message, history):
5
 
6
  chatbot = gr.ChatInterface(echo)
7
 
8
- chat.launch()
 
5
 
6
  chatbot = gr.ChatInterface(echo)
7
 
8
+ chatbot.launch()