ksvmuralidhar commited on
Commit
8c6ecf6
·
verified ·
1 Parent(s): 03851c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ try:
129
  files_cleanup(img_path)
130
  else:
131
  st.markdown("<h4>Capture the image in landscape mode</h4>", unsafe_allow_html=True)
132
- col1, col2, col3 = st.columns([0.15, 0.7, 0.15])
133
  with col1:
134
  st.write(' ')
135
  with col2:
 
129
  files_cleanup(img_path)
130
  else:
131
  st.markdown("<h4>Capture the image in landscape mode</h4>", unsafe_allow_html=True)
132
+ col1, col2, col3 = st.columns([0.2, 0.6, 0.2])
133
  with col1:
134
  st.write(' ')
135
  with col2: