aditijuluri commited on
Commit
e2632a4
·
verified ·
1 Parent(s): 08a3235

Update app.py

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