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

Disable thought demo mode

Browse files
Files changed (1) hide show
  1. ui.py +1 -1
ui.py CHANGED
@@ -293,7 +293,7 @@ def create_demo():
293
  disable_agentic_reasoning,
294
  show_thoughts_state
295
  ],
296
- outputs=[chatbot, agentic_thoughts_box]
297
  )
298
 
299
  return demo
 
293
  disable_agentic_reasoning,
294
  show_thoughts_state
295
  ],
296
+ outputs=[chatbot]#, agentic_thoughts_box]
297
  )
298
 
299
  return demo