Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -178,7 +178,9 @@ with col3:
|
|
178 |
in_memory=True,
|
179 |
)
|
180 |
|
181 |
-
|
|
|
|
|
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")
|