DrishtiSharma commited on
Commit
80bbb11
Β·
verified Β·
1 Parent(s): 71a048e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -112,9 +112,9 @@ st.markdown(
112
 
113
  # 1. Add Acknowledgment as an Info Bar
114
  #st.info(
115
- "Acknowledgment: This app is based on [Jad Tounsi El Azzoiani's work](https://github.com/jadouse5/openai-swarm-webscraper).",
116
- icon="ℹ️"
117
- )
118
 
119
  # 2. Add the title at the top
120
  st.markdown('<div class="title">Swarm-based Web Content Analyzer 🧐</div>', unsafe_allow_html=True)
 
112
 
113
  # 1. Add Acknowledgment as an Info Bar
114
  #st.info(
115
+ #"Acknowledgment: This app is based on [Jad Tounsi El Azzoiani's work](https://github.com/jadouse5/openai-swarm-webscraper).",
116
+ #icon="ℹ️"
117
+ #)
118
 
119
  # 2. Add the title at the top
120
  st.markdown('<div class="title">Swarm-based Web Content Analyzer 🧐</div>', unsafe_allow_html=True)