Prageeth-1 commited on
Commit
238f333
·
verified ·
1 Parent(s): 96c2686

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -98,6 +98,7 @@ st.markdown("""
98
  tab1, tab2, tab3 = st.tabs(["📋 News Classification", "❓ Q&A Pipeline", "✨ Advanced Features"])
99
 
100
  with tab1:
 
101
  st.header("News Classification Pipeline")
102
  st.write("Upload a CSV file containing news excerpts to classify them into categories.")
103
 
 
98
  tab1, tab2, tab3 = st.tabs(["📋 News Classification", "❓ Q&A Pipeline", "✨ Advanced Features"])
99
 
100
  with tab1:
101
+
102
  st.header("News Classification Pipeline")
103
  st.write("Upload a CSV file containing news excerpts to classify them into categories.")
104