Spaces:
Build error
Build error
Update utils.py
Browse files
utils.py
CHANGED
|
@@ -227,11 +227,11 @@ def image_input(content_file, df_train, sub_test_list, embeddings, ort_session,
|
|
| 227 |
)
|
| 228 |
|
| 229 |
container = st.container()
|
| 230 |
-
col6, col7 = container.columns([
|
| 231 |
|
| 232 |
-
with col6:
|
| 233 |
-
|
| 234 |
-
|
| 235 |
|
| 236 |
if col7.button("SEARCH SIMILAR"):
|
| 237 |
print_classification(col2, content_file, pred_info)
|
|
|
|
| 227 |
)
|
| 228 |
|
| 229 |
container = st.container()
|
| 230 |
+
col6, col7 = container.columns([1, 4])
|
| 231 |
|
| 232 |
+
# with col6:
|
| 233 |
+
if col6.button("PREDICT"):
|
| 234 |
+
print_classification(col2, content_file, pred_info)
|
| 235 |
|
| 236 |
if col7.button("SEARCH SIMILAR"):
|
| 237 |
print_classification(col2, content_file, pred_info)
|