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**! | |
""" | |
) |