Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Bayhaqy
/
Stocks-Dashboard
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c9e750e
Stocks-Dashboard
/
app.py
Bayhaqy
Update app.py
bc33cf4
over 1 year ago
raw
Copy download link
history
blame
Safe
218 Bytes
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**!
"""
)