Update app.py
Browse files
app.py
CHANGED
|
@@ -97,7 +97,7 @@ def main():
|
|
| 97 |
def change_photo_state():
|
| 98 |
st.session_state["photo"]="done"
|
| 99 |
with st.container():
|
| 100 |
-
c1, c2, c3 = st.columns([
|
| 101 |
message = c1.text_input("Type your text here!")
|
| 102 |
Capture=True
|
| 103 |
if c3.button("Start Camera"):
|
|
|
|
| 97 |
def change_photo_state():
|
| 98 |
st.session_state["photo"]="done"
|
| 99 |
with st.container():
|
| 100 |
+
c1, c2, c3 = st.columns([1.5,1.5,1.5])
|
| 101 |
message = c1.text_input("Type your text here!")
|
| 102 |
Capture=True
|
| 103 |
if c3.button("Start Camera"):
|