bstraehle commited on
Commit
27da1f3
1 Parent(s): a4920b1

Update multi_agent.py

Browse files
Files changed (1) hide show
  1. 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 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 />"
 
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 />"