Y Phung Nguyen commited on
Commit
c49474d
·
1 Parent(s): dd92dc9

Disable thought demo mode

Browse files
Files changed (1) hide show
  1. ui.py +1 -1
ui.py CHANGED
@@ -270,7 +270,7 @@ def create_demo():
270
  disable_agentic_reasoning,
271
  show_thoughts_state
272
  ],
273
- outputs=[chatbot, agentic_thoughts_box]
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(