Update app.py
Browse files
app.py
CHANGED
@@ -113,11 +113,12 @@ st.markdown(
|
|
113 |
# 1. Add the title at the top
|
114 |
st.markdown('<div class="title">Swarm-based Web Content Analyzer π§</div>', unsafe_allow_html=True)
|
115 |
|
116 |
-
# 2. Add the
|
|
|
|
|
|
|
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)
|
121 |
|
122 |
# Add some spacing between sections
|
123 |
st.markdown('<div class="section"></div>', unsafe_allow_html=True)
|
|
|
113 |
# 1. Add the title at the top
|
114 |
st.markdown('<div class="title">Swarm-based Web Content Analyzer π§</div>', unsafe_allow_html=True)
|
115 |
|
116 |
+
# 2. Add the description below the image
|
117 |
+
st.markdown('<div class="description">Effortlessly extract, analyze, and summarize web content using multi-agents.</div>', unsafe_allow_html=True)
|
118 |
+
|
119 |
+
# 3. Add the image below the title
|
120 |
st.image("./image-4.png", use_container_width=True)
|
121 |
|
|
|
|
|
122 |
|
123 |
# Add some spacing between sections
|
124 |
st.markdown('<div class="section"></div>', unsafe_allow_html=True)
|