df_ai_int / pages /agent_3.py
Ronio Jerico Roque
Feat: Added Website traffic, social media, and website performance category on the UI
13e4835
raw
history blame contribute delete
291 Bytes
import os
from helper.desc import Analysts, Analysts_Description, Data_Source
from classes.Seo import SeoAnalyst
# SPECIFY API URL & ANALYST NAME
start = SeoAnalyst(os.getenv('MODEL_SEO_Analyst'), Analysts['Analyst 3'], Data_Source['Analyst_Src 3'],Analysts_Description['Analyst_Desc 3'])