DrishtiSharma commited on
Commit
3e82e3f
·
verified ·
1 Parent(s): 72df7b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Viz", use_container_width=True)
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