File size: 206 Bytes
b9b38f1
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
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**!
  """