diff --git a/home.py b/home.py index 46a56cd..04cdf29 100644 --- a/home.py +++ b/home.py @@ -104,4 +104,4 @@ def paint_history() -> None: button = st.sidebar.button("Show Workflow") if button: with st.sidebar: - st.image(app.get_graph().draw_mermaid_png(), caption="Sunrise by the mountains") \ No newline at end of file + st.image(app.get_graph().draw_mermaid_png(), caption="Sunrise by the mountains")