Update multi_agent.py
Browse files- multi_agent.py +1 -1
multi_agent.py
CHANGED
@@ -42,4 +42,4 @@ def run_multi_agent(llm, message):
|
|
42 |
|
43 |
print("### "+png_file)
|
44 |
|
45 |
-
return "![alt text]('coding/ytd_stock_gains.png')"
|
|
|
42 |
|
43 |
print("### "+png_file)
|
44 |
|
45 |
+
return "![alt text]('/coding/ytd_stock_gains.png')"
|