Upload folder using huggingface_hub
Browse files
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 |
|