Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,7 +50,7 @@ template = pn.template.FastListTemplate(
|
|
| 50 |
title="EasySciRead",
|
| 51 |
header=[pn.Row(header_buttons,filter_list, add_to_header_button)],
|
| 52 |
main=[
|
| 53 |
-
pn.Row(
|
| 54 |
pn.Column(text),
|
| 55 |
],
|
| 56 |
sidebar=[buttons],
|
|
|
|
| 50 |
title="EasySciRead",
|
| 51 |
header=[pn.Row(header_buttons,filter_list, add_to_header_button)],
|
| 52 |
main=[
|
| 53 |
+
# pn.Row(text),
|
| 54 |
pn.Column(text),
|
| 55 |
],
|
| 56 |
sidebar=[buttons],
|