File size: 218 Bytes
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**!
  """
  )