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

Update app.py

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