Spaces:
Sleeping
Sleeping
Update app3.py
Browse files
app3.py
CHANGED
|
@@ -4,11 +4,12 @@ instructions = "# Teste"
|
|
| 4 |
|
| 5 |
text = pn.pane.Markdown(instructions)
|
| 6 |
|
|
|
|
| 7 |
# Layout using Template
|
| 8 |
template = pn.template.FastListTemplate(
|
| 9 |
title="EasySciRead",
|
| 10 |
main=[
|
| 11 |
-
pn.Column(text
|
| 12 |
pn.Column(text),
|
| 13 |
],
|
| 14 |
accent_base_color="#88d8b0",
|
|
|
|
| 4 |
|
| 5 |
text = pn.pane.Markdown(instructions)
|
| 6 |
|
| 7 |
+
|
| 8 |
# Layout using Template
|
| 9 |
template = pn.template.FastListTemplate(
|
| 10 |
title="EasySciRead",
|
| 11 |
main=[
|
| 12 |
+
pn.Column(text), # Filter list row before the text
|
| 13 |
pn.Column(text),
|
| 14 |
],
|
| 15 |
accent_base_color="#88d8b0",
|