Ronio Jerico Roque
fix: removed unecessary lines
373aa66
raw
history blame contribute delete
364 Bytes
import os
from classes.Target_Market import TargetMarketAnalyst
from helper.desc import Analysts, Analysts_Description, Data_Source
import streamlit as st
# SPECIFY API URL & ANALYST NAME
st.set_page_config(layout="wide")
start = TargetMarketAnalyst(os.getenv('model'), Analysts['Analyst 6'], Data_Source['Analyst_Src 6'],Analysts_Description['Analyst_Desc 6'])