Update multi_agent.py
Browse files- multi_agent.py +1 -1
multi_agent.py
CHANGED
@@ -68,4 +68,4 @@ def run_multi_agent(llm, message):
|
|
68 |
html = markdown.markdown(markdown_text)
|
69 |
print(html)
|
70 |
|
71 |
-
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 />"
|
|
|
68 |
html = markdown.markdown(markdown_text)
|
69 |
print(html)
|
70 |
|
71 |
+
return html #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 />"
|