Arts-of-coding commited on
Commit
699044a
1 Parent(s): a1b90df

Update dash_plotly_QC_scRNA.py

Browse files
Files changed (1) hide show
  1. 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, requests_pathname_prefix='/dashboard1/')
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()