File size: 364 Bytes
4221457
 
 
 
 
 
 
373aa66
4221457
1
2
3
4
5
6
7
8
9
10
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'])