Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,11 +28,12 @@ def main():
|
|
| 28 |
# Sidebar
|
| 29 |
with st.sidebar:
|
| 30 |
st.header("Menu")
|
| 31 |
-
st.
|
| 32 |
-
|
| 33 |
-
st.
|
| 34 |
-
|
| 35 |
-
st.
|
|
|
|
| 36 |
|
| 37 |
tab1, tab2, tab3, tab4 = st.tabs(["Image Load", "Take Picture", "Live", "Text2Sign"])
|
| 38 |
|
|
|
|
| 28 |
# Sidebar
|
| 29 |
with st.sidebar:
|
| 30 |
st.header("Menu")
|
| 31 |
+
if st.button("π About Us"):
|
| 32 |
+
st.write("We are team SignAI. We leverage advanced AI to interpret sign language gestures, making communication more accessible.")
|
| 33 |
+
if st.button("π Contact Us"):
|
| 34 |
+
st.write("Phone: +123 456 7890\nLinkedIn: [SignAI](#)\nFacebook: [SignAI](#)\nEmail: info@signai.com\nInstagram: [@signai_official](#)")
|
| 35 |
+
if st.button("π¬ Feedback"):
|
| 36 |
+
st.text_area("We value your feedback! Please share your thoughts below:")
|
| 37 |
|
| 38 |
tab1, tab2, tab3, tab4 = st.tabs(["Image Load", "Take Picture", "Live", "Text2Sign"])
|
| 39 |
|