Update app.py
Browse files
app.py
CHANGED
@@ -171,7 +171,7 @@ with tab2:
|
|
171 |
try:
|
172 |
graph_path = "/tmp/graph.png"
|
173 |
if os.path.exists(graph_path):
|
174 |
-
st.image(graph_path, caption="Multi-Agent Essay Writer Workflow
|
175 |
else:
|
176 |
st.warning("⚠️ Workflow graph not found. Please run `graph.py` to regenerate `graph.png`.")
|
177 |
|
|
|
171 |
try:
|
172 |
graph_path = "/tmp/graph.png"
|
173 |
if os.path.exists(graph_path):
|
174 |
+
st.image(graph_path, caption="Multi-Agent Essay Writer Workflow Visualization", use_container_width=True)
|
175 |
else:
|
176 |
st.warning("⚠️ Workflow graph not found. Please run `graph.py` to regenerate `graph.png`.")
|
177 |
|