Spaces:
Build error
Build error
Update app.py
Browse files
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
|