Soumen commited on
Commit
2f22c01
1 Parent(s): 61e5b98

Update app.py

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