Spaces:
Sleeping
Sleeping
Update Quality_Control.py
Browse files- Quality_Control.py +1 -1
Quality_Control.py
CHANGED
@@ -23,7 +23,7 @@ from bokeh.models import Span, Label
|
|
23 |
from bokeh.models import ColumnDataSource, Button
|
24 |
from my_modules import *
|
25 |
from datasets import load_dataset
|
26 |
-
|
27 |
#Silence FutureWarnings & UserWarnings
|
28 |
warnings.filterwarnings('ignore', category= FutureWarning)
|
29 |
warnings.filterwarnings('ignore', category= UserWarning)
|
|
|
23 |
from bokeh.models import ColumnDataSource, Button
|
24 |
from my_modules import *
|
25 |
from datasets import load_dataset
|
26 |
+
os.getcwd()
|
27 |
#Silence FutureWarnings & UserWarnings
|
28 |
warnings.filterwarnings('ignore', category= FutureWarning)
|
29 |
warnings.filterwarnings('ignore', category= UserWarning)
|