bstraehle commited on
Commit
88132c1
·
verified ·
1 Parent(s): 9602a81

Update multi_agent.py

Browse files
Files changed (1) hide show
  1. multi_agent.py +1 -1
multi_agent.py CHANGED
@@ -91,7 +91,7 @@ def run_multi_agent(llm, message):
91
 
92
  file_path = "coding/" + file_name_sh
93
  code = read_python_file(file_path)
94
- markdown_code += "<br />" format_as_markdown(code)
95
 
96
  print("### markdown_code = " + markdown_code)
97
 
 
91
 
92
  file_path = "coding/" + file_name_sh
93
  code = read_python_file(file_path)
94
+ markdown_code += "<br />" + format_as_markdown(code)
95
 
96
  print("### markdown_code = " + markdown_code)
97