Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -180,7 +180,7 @@ with col3:
|
|
| 180 |
|
| 181 |
|
| 182 |
|
| 183 |
-
col1, col2, col3, col4= st.columns([
|
| 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")
|