Spaces:
Sleeping
Sleeping
Daniel Cerda Escobar
commited on
Commit
Β·
b574fc0
1
Parent(s):
762f858
Update app file
Browse files
app.py
CHANGED
@@ -82,6 +82,6 @@ with col3:
|
|
82 |
|
83 |
st.write('##')
|
84 |
|
85 |
-
col1, col2, col3 = st.columns([
|
86 |
with col2:
|
87 |
submit = st.button("π Perform Prediction")
|
|
|
82 |
|
83 |
st.write('##')
|
84 |
|
85 |
+
col1, col2, col3 = st.columns([3, 1, 3])
|
86 |
with col2:
|
87 |
submit = st.button("π Perform Prediction")
|