Skip to content

Commit

Permalink
test: test pull request worflows
Browse files Browse the repository at this point in the history
  • Loading branch information
thispath98 committed Dec 29, 2024
1 parent 3b43433 commit ace7bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
st.image(app.get_graph().draw_mermaid_png(), caption="Sunrise by the mountains")

0 comments on commit ace7bda

Please sign in to comment.