Lee-Shang commited on
Commit
31f6ddd
·
1 Parent(s): 4826646

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
  col1, col2, col3, col4, col5 = st.columns([1,2,3,2,2])
182
  with col1:
183
- # submit button
184
- submit = st.button("Perform Prediction")
185
 
186
  if submit:
187
  # perform prediction
 
180
 
181
  col1, col2, col3, col4, col5 = st.columns([1,2,3,2,2])
182
  with col1:
183
+ # submit button
184
+ submit = st.button("Perform Prediction")
185
 
186
  if submit:
187
  # perform prediction