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