Spaces:
Build error
Build error
Ronio Jerico Roque commited on
Commit ·
aa8f542
1
Parent(s): 185161c
Comment out marketplace analysis function call in run_analysis
Browse files- pages/analyzing_page.py +1 -1
pages/analyzing_page.py
CHANGED
|
@@ -308,7 +308,7 @@ def run_analysis():
|
|
| 308 |
(run_pull_through_offers, "pull_through"),
|
| 309 |
(run_content, "content"),
|
| 310 |
(run_sem_ppc_analysis, "sem_ppc"),
|
| 311 |
-
(run_marketplace_analysis, "marketplace"),
|
| 312 |
(run_target_market_analysis, "target_market"),
|
| 313 |
(run_df_overview_analysis, "df_overview"),
|
| 314 |
(run_desired_outcomes_analysis, "desired_outcome"),
|
|
|
|
| 308 |
(run_pull_through_offers, "pull_through"),
|
| 309 |
(run_content, "content"),
|
| 310 |
(run_sem_ppc_analysis, "sem_ppc"),
|
| 311 |
+
#(run_marketplace_analysis, "marketplace"),
|
| 312 |
(run_target_market_analysis, "target_market"),
|
| 313 |
(run_df_overview_analysis, "df_overview"),
|
| 314 |
(run_desired_outcomes_analysis, "desired_outcome"),
|