Update app.py
Browse files
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)
|