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