macadeliccc commited on
Commit
6940b0d
1 Parent(s): d21b363
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,6 +61,6 @@ with gr.Blocks() as app:
61
  response = chat_with_ochat(input_text.value)
62
  output_text.update(value=response)
63
 
64
- submit_button.click(fn=update_output, inputs=input_text, outputs=output_text)
65
 
66
  app.launch()
 
61
  response = chat_with_ochat(input_text.value)
62
  output_text.update(value=response)
63
 
64
+ submit_button.click(fn=update_output)
65
 
66
  app.launch()