cyberandy commited on
Commit
6362c0e
·
verified ·
1 Parent(s): 9793188

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -129,6 +129,12 @@ def parse_analysis(analysis_message):
129
 
130
 
131
  def main():
 
 
 
 
 
 
132
  # Path to the image
133
  image_path = 'img/meta-ai-logo.png' # Replace with your image's filename and extension
134
 
 
129
 
130
 
131
  def main():
132
+ # Collapsible box with link to the site
133
+ with st.expander("Important Information", expanded=False):
134
+ st.markdown("""
135
+ - 🚨 **This is an experimental tool**: Functionality might vary, and it may not always work as expected.
136
+ - 📖 **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/)""")
137
+
138
  # Path to the image
139
  image_path = 'img/meta-ai-logo.png' # Replace with your image's filename and extension
140