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""
|
|
|
|
| 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"<br /><br /><br /><br /><br />"
|