Rooni commited on
Commit
1d54561
1 Parent(s): 2a893fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ with gr.Blocks(css=css) as demo:
85
  # Обработка отправки сообщения
86
  submit.click(
87
  fn=respond,
88
- inputs=[message, chatbot, system_message, max_tokens, temperature, top_p],
89
  outputs=[chatbot, message]
90
  )
91
 
 
85
  # Обработка отправки сообщения
86
  submit.click(
87
  fn=respond,
88
+ inputs=[message, chatbot, helper_role, max_tokens, temperature, top_p],
89
  outputs=[chatbot, message]
90
  )
91