Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
41a0b93
1
Parent(s):
b849db2
fix bugs
Browse files
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()) + (
|
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
|