Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ st.markdown(
|
|
114 |
st.markdown('<div class="title">Swarm-based Web Content Analyzer π§</div>', unsafe_allow_html=True)
|
115 |
|
116 |
# 2. Add the image below the title
|
117 |
-
st.image("./image-4.png",
|
118 |
|
119 |
# 3. Add the description below the image
|
120 |
st.markdown('<div class="description">Effortlessly extract, analyze, and summarize web content using multi-agents.</div>', unsafe_allow_html=True)
|
|
|
114 |
st.markdown('<div class="title">Swarm-based Web Content Analyzer π§</div>', unsafe_allow_html=True)
|
115 |
|
116 |
# 2. Add the image below the title
|
117 |
+
st.image("./image-4.png", use_container_width=True)
|
118 |
|
119 |
# 3. Add the description below the image
|
120 |
st.markdown('<div class="description">Effortlessly extract, analyze, and summarize web content using multi-agents.</div>', unsafe_allow_html=True)
|