DrishtiSharma commited on
Commit
686975f
Β·
verified Β·
1 Parent(s): db033fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
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 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)
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)