Soumen commited on
Commit
51e4ff0
·
1 Parent(s): 627398c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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([2,2,1,1])
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