Spaces:
Running
on
Zero
Running
on
Zero
Y Phung Nguyen
commited on
Commit
·
c49474d
1
Parent(s):
dd92dc9
Disable thought demo mode
Browse files
ui.py
CHANGED
|
@@ -270,7 +270,7 @@ def create_demo():
|
|
| 270 |
disable_agentic_reasoning,
|
| 271 |
show_thoughts_state
|
| 272 |
],
|
| 273 |
-
outputs=[chatbot
|
| 274 |
)
|
| 275 |
|
| 276 |
message_input.submit(
|
|
|
|
| 270 |
disable_agentic_reasoning,
|
| 271 |
show_thoughts_state
|
| 272 |
],
|
| 273 |
+
outputs=[chatbot]#, agentic_thoughts_box]
|
| 274 |
)
|
| 275 |
|
| 276 |
message_input.submit(
|