Update app.py
Browse files
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.
|
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:
|