Lee-Shang commited on
Commit
5a83e07
·
1 Parent(s): a9c493f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -180,8 +180,8 @@ with col3:
180
 
181
 
182
 
183
- col1, col2, col3, col4, col5 = st.columns([1,2,3,2,2])
184
- with col1:
185
  # submit button
186
  submit = st.button("Perform Prediction")
187
 
 
180
 
181
 
182
 
183
+ col1, col2, col3, col4, col5 = st.columns([2,4,6,4,4])
184
+ with col2:
185
  # submit button
186
  submit = st.button("Perform Prediction")
187