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"<br /><br /><br /><br /><br />"
|
|
|
|
| 68 |
html = markdown.markdown(markdown_text)
|
| 69 |
print(html)
|
| 70 |
|
| 71 |
+
return html #f"<br /><br /><br /><br /><br />"
|