e113anore commited on
Commit
cd0a897
·
verified ·
1 Parent(s): a2cb114

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,6 +2,6 @@ import gradio as gr
2
  def echo(messsage, history):
3
  return message
4
 
5
- chatbot = gr.ChatInterface(edit) #chatbot UI - conversation history and user input
6
 
7
  chatbot.launch()
 
2
  def echo(messsage, history):
3
  return message
4
 
5
+ chatbot = gr.ChatInterface(echo) #chatbot UI - conversation history and user input
6
 
7
  chatbot.launch()