DrishtiSharma commited on
Commit
7b5b3bb
·
verified ·
1 Parent(s): b50a080

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -158,7 +158,7 @@ with tab2:
158
 
159
  try:
160
  # Load and display the workflow graph
161
- graph_path = "graph.png" # Ensure graph.py generates this
162
  if os.path.exists(graph_path):
163
  st.image(graph_path, caption="Multi-Agent Workflow", use_column_width=True)
164
  else:
 
158
 
159
  try:
160
  # Load and display the workflow graph
161
+ graph_path = "/tmp/graph.png" # Ensure graph.py generates this
162
  if os.path.exists(graph_path):
163
  st.image(graph_path, caption="Multi-Agent Workflow", use_column_width=True)
164
  else: