ginipick commited on
Commit
4495da2
·
verified ·
1 Parent(s): 5e6849e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -345,6 +345,7 @@ def create_ui():
345
  chat_history.append({"role": "assistant", "content": bot_message})
346
  return "", chat_history
347
 
 
348
 
349
  space_id_state = gr.State()
350
  tree_structure_state = gr.State()
 
345
  chat_history.append({"role": "assistant", "content": bot_message})
346
  return "", chat_history
347
 
348
+ msg.submit(respond_wrapper, [msg, chatbot, max_tokens, temperature, top_p], [msg, chatbot])
349
 
350
  space_id_state = gr.State()
351
  tree_structure_state = gr.State()