Update multi_agent.py
Browse files- multi_agent.py +1 -1
multi_agent.py
CHANGED
@@ -48,6 +48,6 @@ def run_multi_agent(llm, message):
|
|
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})"
|
|
|
48 |
|
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})"
|