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