Code4ueru commited on
Commit
acc9e9e
·
verified ·
1 Parent(s): 4d3bff0

Update app.py

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