Spaces:
Sleeping
Sleeping
Update Background_Substraction.py
Browse files
Background_Substraction.py
CHANGED
@@ -23,6 +23,7 @@ from my_modules import *
|
|
23 |
os.getcwd()
|
24 |
# In[2]:
|
25 |
|
|
|
26 |
|
27 |
#Silence FutureWarnings & UserWarnings
|
28 |
warnings.filterwarnings('ignore', category= FutureWarning)
|
@@ -1089,8 +1090,7 @@ column_selector.param.watch(update_column_info, 'value')
|
|
1089 |
|
1090 |
# Create a Panel app and display the widgets
|
1091 |
bs_info = pn.Column(column_selector, column_info_md)
|
1092 |
-
|
1093 |
-
bs_info.servable()
|
1094 |
|
1095 |
normalization_df.head()
|
1096 |
|
|
|
23 |
os.getcwd()
|
24 |
# In[2]:
|
25 |
|
26 |
+
pn.extension()
|
27 |
|
28 |
#Silence FutureWarnings & UserWarnings
|
29 |
warnings.filterwarnings('ignore', category= FutureWarning)
|
|
|
1090 |
|
1091 |
# Create a Panel app and display the widgets
|
1092 |
bs_info = pn.Column(column_selector, column_info_md)
|
1093 |
+
bs_info
|
|
|
1094 |
|
1095 |
normalization_df.head()
|
1096 |
|