bstraehle commited on
Commit
f0ef4a9
1 Parent(s): 05c2b03

Update multi_agent.py

Browse files
Files changed (1) hide show
  1. multi_agent.py +3 -1
multi_agent.py CHANGED
@@ -47,5 +47,7 @@ def run_multi_agent(llm, message):
47
  #png_file = os.path.join("coding", "ytd_stock_gains.png")
48
 
49
  #print("### "+png_file)
 
 
50
 
51
- return "![alt text]('/coding/ytd_stock_gains.png')"
 
47
  #png_file = os.path.join("coding", "ytd_stock_gains.png")
48
 
49
  #print("### "+png_file)
50
+
51
+ image_path = "/home/user/app/coding/ytd_stock_gains"
52
 
53
+ return f"![YTD Stock Gains]({image_path})"