Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,7 @@ from PIL import Image
|
|
9 |
import pandas as pd
|
10 |
import numpy as np
|
11 |
import catboost
|
|
|
12 |
|
13 |
# Create two columns
|
14 |
col1, col2 = st.columns([1, 3]) # Adjust the ratio as needed
|
@@ -273,8 +274,7 @@ if st.button('Submit'):
|
|
273 |
|
274 |
|
275 |
|
276 |
-
|
277 |
-
from streamlit_js_eval import streamlit_js_eval
|
278 |
|
279 |
predicted_label = "Strangers" # Example predicted label for testing
|
280 |
|
|
|
9 |
import pandas as pd
|
10 |
import numpy as np
|
11 |
import catboost
|
12 |
+
from streamlit_js_eval import streamlit_js_eval
|
13 |
|
14 |
# Create two columns
|
15 |
col1, col2 = st.columns([1, 3]) # Adjust the ratio as needed
|
|
|
274 |
|
275 |
|
276 |
|
277 |
+
|
|
|
278 |
|
279 |
predicted_label = "Strangers" # Example predicted label for testing
|
280 |
|