sbgonenc96 commited on
Commit
afda687
·
verified ·
1 Parent(s): 199c939

update about section

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -45,17 +45,17 @@ st.subheader("The Omics solution to our furry friends!")
45
  st.image("catanddog_300x200.jpg", caption="Healthy pets, happier lives.")
46
 
47
  # About Section
48
- st.header("About Us")
49
  st.write("""
50
- Using DeepLearning under the hood Fur Omics platform is dedicated to do comprehensive genomics analysis that aims
51
- to provide insights into the genetic factors that contribute to the health and well-being of our pets.
52
- Our mission is to provide personalized insights to pet owners and veterinarians.
53
  """)
54
 
55
  st.subheader("COMING SOON!")
56
  # Waitlist Form
57
  st.header("Join Our Waitlist")
58
- email = st.text_input("Enter your email to stay updated:")
59
  if st.button("Join Waitlist"):
60
  if email and re.match(r"^[a-z0-9_-]+@[^@]+\.[a-z]+$", email):
61
  success = add_email_to_sheet(email)
 
45
  st.image("catanddog_300x200.jpg", caption="Healthy pets, happier lives.")
46
 
47
  # About Section
48
+ st.header("About")
49
  st.write("""
50
+ 🤖 Deep Learning engine
51
+ 🧬 Genome analysis
52
+ 😻 Furry Friends care
53
  """)
54
 
55
  st.subheader("COMING SOON!")
56
  # Waitlist Form
57
  st.header("Join Our Waitlist")
58
+ email = st.text_input("Be first to know when our platform launches! 🚀 Leave an email:")
59
  if st.button("Join Waitlist"):
60
  if email and re.match(r"^[a-z0-9_-]+@[^@]+\.[a-z]+$", email):
61
  success = add_email_to_sheet(email)