vikramvasudevan commited on
Commit
c4b6dca
·
verified ·
1 Parent(s): c461cc5

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. graph.py +1 -1
graph.py CHANGED
@@ -136,7 +136,7 @@ async def fn_init_node(state: SheamiState):
136
  ],
137
  )
138
  state["run_id"] = run_id
139
- send_message(state=state, msg=f"Initialized run [{run_id}]")
140
  return state
141
 
142
 
 
136
  ],
137
  )
138
  state["run_id"] = run_id
139
+ send_message(state=state, msg=f"Initialized run [<span class='highlighted-text'>{run_id}</span>]")
140
  return state
141
 
142