Lee-Shang commited on
Commit
10cc61c
·
1 Parent(s): 9c9f59c

Update app.py

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