jeonghin commited on
Commit
51ba76f
1 Parent(s): 24bcceb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -45,11 +45,11 @@ def create_plot(layers):
45
 
46
  return chart
47
 
48
- # Combine everything in a Panel Column to create an app
49
- app = pn.Column("# UMAP Data Interactive Visualization", subgroup_select, pn.panel(create_plot, reactive=True))
50
 
51
- # Set the app to be servable
52
- app.servable()
53
 
54
  # Main layout
55
  main_layout = pn.Column(
 
45
 
46
  return chart
47
 
48
+ # # Combine everything in a Panel Column to create an app
49
+ # app = pn.Column("# UMAP Data Interactive Visualization", subgroup_select, pn.panel(create_plot, reactive=True))
50
 
51
+ # # Set the app to be servable
52
+ # app.servable()
53
 
54
  # Main layout
55
  main_layout = pn.Column(