DrishtiSharma commited on
Commit
85a8ee6
Β·
verified Β·
1 Parent(s): 12f2c19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ st.markdown(
122
  unsafe_allow_html=True,
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()
 
122
  unsafe_allow_html=True,
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()