Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ with tempfile.NamedTemporaryFile(suffix=".png", delete=False) as tmpfile:
|
|
63 |
st.title("Simple Tool Calling Demo")
|
64 |
|
65 |
# Display the workflow graph
|
66 |
-
st.image(graph_image_path, caption="
|
67 |
|
68 |
tab1, tab2 = st.tabs(["Try Multiplication", "Ask General Queries"])
|
69 |
|
|
|
63 |
st.title("Simple Tool Calling Demo")
|
64 |
|
65 |
# Display the workflow graph
|
66 |
+
st.image(graph_image_path, caption="Workflow Visualization")
|
67 |
|
68 |
tab1, tab2 = st.tabs(["Try Multiplication", "Ask General Queries"])
|
69 |
|