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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -178,7 +178,9 @@ with col3:
178
  in_memory=True,
179
  )
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")
 
178
  in_memory=True,
179
  )
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")