Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +4 -4
src/streamlit_app.py
CHANGED
|
@@ -209,8 +209,8 @@ def load_qa():
|
|
| 209 |
# ══════════════════════════════════════════════════════════════════════════════
|
| 210 |
st.markdown("""
|
| 211 |
<div class="hero">
|
| 212 |
-
<div class="hero-eyebrow">🔎 Text Analytics · DA3111</div>
|
| 213 |
-
<div class="hero-title">News
|
| 214 |
<div class="hero-sub">
|
| 215 |
Classify Sri Lankan news articles, interrogate content with Q&A,
|
| 216 |
and surface editorial insights — all in one unified workspace.
|
|
@@ -235,7 +235,7 @@ with tab1:
|
|
| 235 |
st.markdown("""
|
| 236 |
<div class="card">
|
| 237 |
<div class="card-title">Upload your CSV file</div>
|
| 238 |
-
<div class="card-sub">Must contain a
|
| 239 |
""", unsafe_allow_html=True)
|
| 240 |
uploaded = st.file_uploader("", type=["csv"], label_visibility="collapsed")
|
| 241 |
st.markdown("</div>", unsafe_allow_html=True)
|
|
@@ -538,7 +538,7 @@ with tab3:
|
|
| 538 |
st.markdown("""
|
| 539 |
<div style="text-align:center;padding:2.5rem 0 1rem;color:#2a3a55;
|
| 540 |
font-size:.78rem;border-top:1px solid #1a2a44;margin-top:3rem;">
|
| 541 |
-
Built for <strong style="color:#00c8b4">IN23-S5-DA3111 · Text Analytics
|
| 542 |
· Powered by Hugging Face & Streamlit
|
| 543 |
</div>
|
| 544 |
""", unsafe_allow_html=True)
|
|
|
|
| 209 |
# ══════════════════════════════════════════════════════════════════════════════
|
| 210 |
st.markdown("""
|
| 211 |
<div class="hero">
|
| 212 |
+
<div class="hero-eyebrow"><h5>🔎 Text Analytics · DA3111 - Group 6</h5></div>
|
| 213 |
+
<div class="hero-title">News Lens</div>
|
| 214 |
<div class="hero-sub">
|
| 215 |
Classify Sri Lankan news articles, interrogate content with Q&A,
|
| 216 |
and surface editorial insights — all in one unified workspace.
|
|
|
|
| 235 |
st.markdown("""
|
| 236 |
<div class="card">
|
| 237 |
<div class="card-title">Upload your CSV file</div>
|
| 238 |
+
<div class="card-sub"><code style="background: #00c8b4; color:#000000">Must contain a content column with news excerpts.</code></div>
|
| 239 |
""", unsafe_allow_html=True)
|
| 240 |
uploaded = st.file_uploader("", type=["csv"], label_visibility="collapsed")
|
| 241 |
st.markdown("</div>", unsafe_allow_html=True)
|
|
|
|
| 538 |
st.markdown("""
|
| 539 |
<div style="text-align:center;padding:2.5rem 0 1rem;color:#2a3a55;
|
| 540 |
font-size:.78rem;border-top:1px solid #1a2a44;margin-top:3rem;">
|
| 541 |
+
Built for <strong style="color:#00c8b4">IN23-S5-DA3111 · Text Analytics Group Project</strong>
|
| 542 |
· Powered by Hugging Face & Streamlit
|
| 543 |
</div>
|
| 544 |
""", unsafe_allow_html=True)
|