Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|