Bayhaqy's picture
Rename Home.py to app.py
6f7a9d8
import streamlit as st
st.set_page_config(page_title='News Dashboard', layout='wide', page_icon='πŸ“ƒ')
st.title("πŸ“ƒ News Dashboard")
st.write(
"""
Welcome to the **πŸ“ƒ News Dashboard App**!
"""
)