IlyaGusev commited on
Commit
ddb02b4
1 Parent(s): 7481f05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ with gr.Blocks(
173
  # Pressing the button
174
  submit_click_event = submit.click(
175
  fn=user,
176
- inputs=[msg, chatbot, system_prompt],
177
  outputs=[msg, chatbot],
178
  queue=False,
179
  ).success(
 
173
  # Pressing the button
174
  submit_click_event = submit.click(
175
  fn=user,
176
+ inputs=[msg, chatbot],
177
  outputs=[msg, chatbot],
178
  queue=False,
179
  ).success(