Spaces:
Sleeping
Sleeping
Daniel Cerda Escobar
commited on
Commit
Β·
762f858
1
Parent(s):
a7a7134
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([4, 3, 4]
|
86 |
with col2:
|
87 |
submit = st.button("π Perform Prediction")
|
|
|
82 |
|
83 |
st.write('##')
|
84 |
|
85 |
+
col1, col2, col3 = st.columns([4, 3, 4])
|
86 |
with col2:
|
87 |
submit = st.button("π Perform Prediction")
|