diff --git a/pilot/scene/chat_db/auto_execute/out_parser.py b/pilot/scene/chat_db/auto_execute/out_parser.py index 64432520e..d56c24984 100644 --- a/pilot/scene/chat_db/auto_execute/out_parser.py +++ b/pilot/scene/chat_db/auto_execute/out_parser.py @@ -44,7 +44,7 @@ class DbChatOutputParser(BaseOutputParser): else: html_table = df.to_html(index=False, escape=False, sparsify=False) table_str = "".join(html_table.split()) - html = f"""