Spaces:
Sleeping
Sleeping
Arts-of-coding
commited on
Update dash_plotly_QC_scRNA.py
Browse files- dash_plotly_QC_scRNA.py +1 -1
dash_plotly_QC_scRNA.py
CHANGED
@@ -54,7 +54,7 @@ col_mt = config.get("col_mt")
|
|
54 |
|
55 |
# Setup the app
|
56 |
external_stylesheets = ['https://codepen.io/chriddyp/pen/bWLwgP.css']
|
57 |
-
app = dash.Dash(__name__, external_stylesheets=external_stylesheets
|
58 |
|
59 |
min_value = df[col_features].min()
|
60 |
max_value = df[col_features].max()
|
|
|
54 |
|
55 |
# Setup the app
|
56 |
external_stylesheets = ['https://codepen.io/chriddyp/pen/bWLwgP.css']
|
57 |
+
app = dash.Dash(__name__, external_stylesheets=external_stylesheets) #, requests_pathname_prefix='/dashboard1/'
|
58 |
|
59 |
min_value = df[col_features].min()
|
60 |
max_value = df[col_features].max()
|