DrishtiSharma commited on
Commit
12f2c19
Β·
verified Β·
1 Parent(s): 5e4008f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ st.markdown(
123
  )
124
 
125
  st.markdown('<div class="title">πŸ”Ž Swarm-based Web Content Analyzer</div>', unsafe_allow_html=True)
126
- st.markdown('<div class="description">Effortlessly extract, analyze, and summarize web content using AI-powered multi-agent systems.</div>', unsafe_allow_html=True)
127
 
128
  fetch_openai_api_key()
129
 
 
123
  )
124
 
125
  st.markdown('<div class="title">πŸ”Ž Swarm-based Web Content Analyzer</div>', unsafe_allow_html=True)
126
+ st.markdown('<div class="description">Effortlessly extract, analyze, and summarize web content using multi-agents.</div>', unsafe_allow_html=True)
127
 
128
  fetch_openai_api_key()
129