KaiChen1998 commited on
Commit
41a0b93
·
1 Parent(s): b849db2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -209,7 +209,7 @@ def http_bot(state):
209
  final_response = output
210
  logging.info(f"Text-only Reasoning: {final_response}")
211
  state.messages[-1][-1] = state.messages[-1][-1][:-1]
212
- yield (state, state.to_gradio_chatbot_public()) + (disable_btn,) * 2
213
 
214
  ############
215
  # Layout Markdown
 
209
  final_response = output
210
  logging.info(f"Text-only Reasoning: {final_response}")
211
  state.messages[-1][-1] = state.messages[-1][-1][:-1]
212
+ yield (state, state.to_gradio_chatbot_public()) + (enable_btn,) * 2
213
 
214
  ############
215
  # Layout Markdown