Spaces:
Running
Running
Update app.py
Browse files
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()
|