florentgbelidji HF staff commited on
Commit
73583af
·
1 Parent(s): 1640819

Changed thinking streaming

Browse files
Files changed (1) hide show
  1. src/gradio_utils.py +1 -1
src/gradio_utils.py CHANGED
@@ -105,7 +105,7 @@ def pull_messages_from_step(step_log, test_mode: bool = True):
105
  if step_log.observations is not None:
106
  yield step_log.observations
107
  if step_log.error is not None:
108
- yield f"Error 💥💥: {str(step_log.error)}"
109
 
110
 
111
  # Simplified interaction function
 
105
  if step_log.observations is not None:
106
  yield step_log.observations
107
  if step_log.error is not None:
108
+ yield f"####Error 💥💥:\n ```{str(step_log.error)}```"
109
 
110
 
111
  # Simplified interaction function