Spaces:
Runtime error
Runtime error
update df for display
Browse files
app.py
CHANGED
|
@@ -57,7 +57,7 @@ data = {'authors': authors,
|
|
| 57 |
source = ColumnDataSource(data=data)
|
| 58 |
|
| 59 |
def display_df():
|
| 60 |
-
df =
|
| 61 |
return df
|
| 62 |
|
| 63 |
def bokehplots():
|
|
|
|
| 57 |
source = ColumnDataSource(data=data)
|
| 58 |
|
| 59 |
def display_df():
|
| 60 |
+
df = data_bokeh
|
| 61 |
return df
|
| 62 |
|
| 63 |
def bokehplots():
|