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