Spaces:
Sleeping
Sleeping
Sigrid De los Santos
commited on
Commit
·
a751f1c
1
Parent(s):
0deeb39
debugging for analysis tables
Browse files- src/main.py +0 -1
src/main.py
CHANGED
@@ -142,7 +142,6 @@ def run_pipeline(csv_path, tavily_api_key, progress_callback=None):
|
|
142 |
insights_df = build_company_insights(company_data)
|
143 |
return html_paths, articles_df, insights_df
|
144 |
|
145 |
-
|
146 |
# import os
|
147 |
# import pandas as pd
|
148 |
# from datetime import datetime
|
|
|
142 |
insights_df = build_company_insights(company_data)
|
143 |
return html_paths, articles_df, insights_df
|
144 |
|
|
|
145 |
# import os
|
146 |
# import pandas as pd
|
147 |
# from datetime import datetime
|