EasySci commited on
Commit
70adbbf
·
1 Parent(s): 370e3f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -24,11 +24,11 @@ buttons = pn.Column(button1, button2, button3, sizing_mode='stretch_height', bac
24
 
25
  # Layout using Template
26
  template = pn.template.FastListTemplate(
27
- title='Interactive DataFrame Dashboards with hvplot .interactive',
28
  sidebar=['Manufacturers'],
29
  main=pn.Column(),
30
- accent_base_color="#88d8b0",
31
- header_background="#88d8b0",
32
  )
33
 
34
  # Run the app
 
24
 
25
  # Layout using Template
26
  template = pn.template.FastListTemplate(
27
+ # title='Interactive DataFrame Dashboards with hvplot .interactive',
28
  sidebar=['Manufacturers'],
29
  main=pn.Column(),
30
+ # accent_base_color="#88d8b0",
31
+ # header_background="#88d8b0",
32
  )
33
 
34
  # Run the app