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

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], gap='large')
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")