Ashendilantha commited on
Commit
cc315b1
Β·
verified Β·
1 Parent(s): feb678c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -112,12 +112,7 @@ def generate_bar_graph(df):
112
  # Streamlit App Layout
113
  st.set_page_config(page_title="News Classifier", page_icon="πŸ“°")
114
  cover_image = Image.open("cover.png") # Ensure this image exists
115
- st.set_page_config(page_title="News Classifier", page_icon="πŸ“°")
116
-
117
- st.image(cover_image, use_container_width=True)
118
-
119
- # Custom styled caption
120
- st.markdown("<h2 style='text-align: center; font-size: 24px;'>πŸ“’ News Classifier</h2>", unsafe_allow_html=True)
121
 
122
  # Section for Single Article Classification
123
  st.subheader("πŸ“° Single Article Classification")
 
112
  # Streamlit App Layout
113
  st.set_page_config(page_title="News Classifier", page_icon="πŸ“°")
114
  cover_image = Image.open("cover.png") # Ensure this image exists
115
+ st.image(cover_image, caption="News Classifier πŸ“’", use_container_width=True)
 
 
 
 
 
116
 
117
  # Section for Single Article Classification
118
  st.subheader("πŸ“° Single Article Classification")