TeahReichenbaum commited on
Commit
c2d6864
·
verified ·
1 Parent(s): f92e17c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def respond(message,history):
24
 
25
 
26
 
27
- chatbot = gr.ChatInterface(repsond, type = "messages")
28
 
29
  chatbot.launch()
30
 
 
24
 
25
 
26
 
27
+ chatbot = gr.ChatInterface(respond, type = "messages")
28
 
29
  chatbot.launch()
30