Alimubariz124 commited on
Commit
bdbb949
·
verified ·
1 Parent(s): 311e182

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- #import streamlit as st
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