Spaces:
Sleeping
Sleeping
sbgonenc96
commited on
update about section
Browse files
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
|
49 |
st.write("""
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
""")
|
54 |
|
55 |
st.subheader("COMING SOON!")
|
56 |
# Waitlist Form
|
57 |
st.header("Join Our Waitlist")
|
58 |
-
email = st.text_input("
|
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)
|