summarization / app.py
asrilmurdian's picture
Create app.py
b9b38f1 verified
raw
history blame
206 Bytes
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**!
"""