Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ def main():
|
|
93 |
st.session_state["photo"]="not done"
|
94 |
def change_photo_state():
|
95 |
st.session_state["photo"]="done"
|
96 |
-
c0, c1, c2, c3 = st.columns([
|
97 |
with st.container():
|
98 |
message = c0.text_input("Type your text here!")
|
99 |
uploaded_photo=None
|
|
|
93 |
st.session_state["photo"]="not done"
|
94 |
def change_photo_state():
|
95 |
st.session_state["photo"]="done"
|
96 |
+
c0, c1, c2, c3 = st.columns([1,1,1,1])
|
97 |
with st.container():
|
98 |
message = c0.text_input("Type your text here!")
|
99 |
uploaded_photo=None
|