File size: 303 Bytes
1db46cf c4992a5 |
1 2 3 4 5 6 7 8 9 10 |
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**!
"""
) |