Spaces:
Runtime error
Runtime error
Update app3.py
Browse files
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):
|