Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -144,7 +144,7 @@ def main():
|
|
144 |
st.title("Meta AI SEO Tool")
|
145 |
|
146 |
# Collapsible box with link to the site
|
147 |
-
with st.expander("Important Information", expanded=False):
|
148 |
st.markdown("""
|
149 |
- 🚨 **This is an experimental tool**: Functionality might vary, and it may not always work as expected.
|
150 |
- 📖 **Learn more about our research**: Understand what Meta AI is and why SEO matters by reading our in-depth article. [Read about Meta AI and SEO](https://wordlift.io/blog/en/meta-ai-seo/)""")
|
|
|
144 |
st.title("Meta AI SEO Tool")
|
145 |
|
146 |
# Collapsible box with link to the site
|
147 |
+
with st.expander("ℹ️ Important Information", expanded=False):
|
148 |
st.markdown("""
|
149 |
- 🚨 **This is an experimental tool**: Functionality might vary, and it may not always work as expected.
|
150 |
- 📖 **Learn more about our research**: Understand what Meta AI is and why SEO matters by reading our in-depth article. [Read about Meta AI and SEO](https://wordlift.io/blog/en/meta-ai-seo/)""")
|