Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,8 +2,7 @@
|
|
2 |
# coding: utf-8
|
3 |
|
4 |
# In[1]:
|
5 |
-
|
6 |
-
st.write(sys.version)
|
7 |
|
8 |
|
9 |
import streamlit as st
|
@@ -11,8 +10,9 @@ from PIL import Image
|
|
11 |
import pandas as pd
|
12 |
import numpy as np
|
13 |
import catboost
|
14 |
-
from streamlit_js_eval import streamlit_js_eval
|
15 |
-
|
|
|
16 |
# Create two columns
|
17 |
col1, col2 = st.columns([1, 3]) # Adjust the ratio as needed
|
18 |
|
|
|
2 |
# coding: utf-8
|
3 |
|
4 |
# In[1]:
|
5 |
+
|
|
|
6 |
|
7 |
|
8 |
import streamlit as st
|
|
|
10 |
import pandas as pd
|
11 |
import numpy as np
|
12 |
import catboost
|
13 |
+
#from streamlit_js_eval import streamlit_js_eval
|
14 |
+
import sys
|
15 |
+
st.write(sys.version)
|
16 |
# Create two columns
|
17 |
col1, col2 = st.columns([1, 3]) # Adjust the ratio as needed
|
18 |
|