798890b ed3f6ec cfa93ad
1
2
3
4
5
6
7
8
9
10
11
import streamlit as st st.set_page_config(page_title='Regression Stocks Prediction', layout='wide', page_icon='π') st.title("π Stock Analysis and Prediction") st.write( """ Welcome to the **π Stock Analysis and Prediction**! """ )