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