S-MurilloG commited on
Commit
86ca265
·
1 Parent(s): 4895246

updating application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ with gr.Blocks() as app:
69
 
70
  submit_button.click(
71
  fn=update_chat,
72
- inputs=[api_key_input, message_input],
73
  outputs=[chat_history, message_input]
74
  )
75
  # Run the app
 
69
 
70
  submit_button.click(
71
  fn=update_chat,
72
+ inputs=[message_input],
73
  outputs=[chat_history, message_input]
74
  )
75
  # Run the app