chriskok3 commited on
Commit
93b82e4
·
verified ·
1 Parent(s): 52de690

Update app3.py

Browse files
Files changed (1) hide show
  1. app3.py +1 -1
app3.py CHANGED
@@ -24,7 +24,7 @@ df2=pd.melt(df2, id_vars=['president', 'subgroup', 'timestamp'], value_vars=['ap
24
  pn.extension('vega')
25
 
26
  # we want to use bootstrap/template, tell Panel to load up what we need
27
- pn.extension(design='bootstrap')
28
 
29
  # Define a function to create and return a plot
30
  def create_plot(subgroup='All polls', date_range=[df2['timestamp'].min(), df2['timestamp'].max()], moving_av_window=1):
 
24
  pn.extension('vega')
25
 
26
  # we want to use bootstrap/template, tell Panel to load up what we need
27
+ # pn.extension(design='bootstrap')
28
 
29
  # Define a function to create and return a plot
30
  def create_plot(subgroup='All polls', date_range=[df2['timestamp'].min(), df2['timestamp'].max()], moving_av_window=1):