df_ai / pages /test.py
Ronio Jerico Roque
fix: update import paths in test.py to use helper module
a510590
raw
history blame contribute delete
280 Bytes
import os
from helper.desc import Analysts, Analysts_Description, Data_Source
from classes.test import test
# SPECIFY API URL & ANALYST NAME
start = test(os.getenv('MODEL_SEO_Analyst'), Analysts['Analyst 3'], Data_Source['Analyst_Src 3'],Analysts_Description['Analyst_Desc 3'])