Alimubariz124 commited on
Commit
b0d095a
·
verified ·
1 Parent(s): 5162ce2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ import streamlit as st
8
  from PIL import Image
9
  import pandas as pd
10
  import numpy as np
 
11
 
12
  # Create two columns
13
  col1, col2 = st.columns([1, 3]) # Adjust the ratio as needed
 
8
  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