Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,12 +28,11 @@ def main():
|
|
| 28 |
# Sidebar
|
| 29 |
with st.sidebar:
|
| 30 |
st.header("Menu")
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
st.
|
| 35 |
-
|
| 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 |
|
|
|
|
| 28 |
# Sidebar
|
| 29 |
with st.sidebar:
|
| 30 |
st.header("Menu")
|
| 31 |
+
col1 = st.columns(1)[0]
|
| 32 |
+
with col1:
|
| 33 |
+
st.button("π About Us", use_container_width=True)
|
| 34 |
+
st.button("π Contact Us", use_container_width=True)
|
| 35 |
+
st.button("π¬ Feedback", use_container_width=True)
|
|
|
|
| 36 |
|
| 37 |
tab1, tab2, tab3, tab4 = st.tabs(["Image Load", "Take Picture", "Live", "Text2Sign"])
|
| 38 |
|