Daniel Cerda Escobar commited on
Commit
b574fc0
Β·
1 Parent(s): 762f858

Update app file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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([3, 1, 3])
86
  with col2:
87
  submit = st.button("πŸš€ Perform Prediction")