Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ st.markdown(
|
|
149 |
st.markdown('<div class="title">Swarm-based Web Content Analyzer π§</div>', unsafe_allow_html=True)
|
150 |
|
151 |
# 2. Add the description below the title
|
152 |
-
st.markdown('<div class="description">Effortlessly extract, analyze, and summarize web content using multi-
|
153 |
|
154 |
# 3. Add the image below the description
|
155 |
st.image("./image-4.png", use_container_width=True)
|
|
|
149 |
st.markdown('<div class="title">Swarm-based Web Content Analyzer π§</div>', unsafe_allow_html=True)
|
150 |
|
151 |
# 2. Add the description below the title
|
152 |
+
st.markdown('<div class="description">Effortlessly extract, analyze, and summarize web content using multi-agent.</div>', unsafe_allow_html=True)
|
153 |
|
154 |
# 3. Add the image below the description
|
155 |
st.image("./image-4.png", use_container_width=True)
|