Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,8 +13,8 @@ from services.copy_optimizer import optimize_copy
|
|
| 13 |
from services.meta_ads_api import fetch_live_ads
|
| 14 |
|
| 15 |
# ---------- Utils ----------
|
| 16 |
-
from utils.
|
| 17 |
-
from utils.
|
| 18 |
|
| 19 |
|
| 20 |
# ---------- Page Config ----------
|
|
|
|
| 13 |
from services.meta_ads_api import fetch_live_ads
|
| 14 |
|
| 15 |
# ---------- Utils ----------
|
| 16 |
+
from utils.scoring import final_score
|
| 17 |
+
from utils.trend_analysis import market_trends
|
| 18 |
|
| 19 |
|
| 20 |
# ---------- Page Config ----------
|