Bayhaqy's picture
Update app.py
c4992a5
raw
history blame
303 Bytes
import streamlit as st
st.set_page_config(page_title='Classification - News Analysis and Prediction', layout='wide', page_icon='πŸ“ƒ')
st.title("πŸ“ƒ Classification - News Analysis and Prediction")
st.write(
"""
Welcome to the **πŸ“ƒ Classification - News Analysis and Prediction App**!
"""
)