Update multi_agent.py
Browse files- multi_agent.py +5 -1
multi_agent.py
CHANGED
@@ -49,5 +49,9 @@ def run_multi_agent(llm, message):
|
|
49 |
#print("### "+png_file)
|
50 |
|
51 |
image_path = "/home/user/app/coding/ytd_stock_gains.png"
|
|
|
|
|
|
|
|
|
52 |
|
53 |
-
return f"![YTD Stock Gains]({image_path})"
|
|
|
49 |
#print("### "+png_file)
|
50 |
|
51 |
image_path = "/home/user/app/coding/ytd_stock_gains.png"
|
52 |
+
image_path_2 = "/coding/ytd_stock_gains.png"
|
53 |
+
image_path_5 = "coding/ytd_stock_gains.png"
|
54 |
+
image_path_3 = "/app/coding/ytd_stock_gains.png"
|
55 |
+
image_path_4 = "/user/app/coding/ytd_stock_gains.png"
|
56 |
|
57 |
+
return f"![YTD Stock Gains]({image_path})<br />![YTD Stock Gains]({image_path_2})<br />![YTD Stock Gains]({image_path_3})<br />![YTD Stock Gains]({image_path_4})<br />![YTD Stock Gains]({image_path_5})<br />"
|