Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ st.markdown(
|
|
108 |
unsafe_allow_html=True,
|
109 |
)
|
110 |
|
111 |
-
st.markdown('<div class="title">π Swarm-based
|
112 |
st.markdown('<div class="description">Effortlessly extract, analyze, and summarize web content.</div>', unsafe_allow_html=True)
|
113 |
|
114 |
st.write("")
|
|
|
108 |
unsafe_allow_html=True,
|
109 |
)
|
110 |
|
111 |
+
st.markdown('<div class="title">π Swarm-based Web Content Analyzer</div>', unsafe_allow_html=True)
|
112 |
st.markdown('<div class="description">Effortlessly extract, analyze, and summarize web content.</div>', unsafe_allow_html=True)
|
113 |
|
114 |
st.write("")
|