Spaces:
Running
Running
Update app3.py
Browse files
app3.py
CHANGED
|
@@ -1,11 +1,6 @@
|
|
| 1 |
import panel as pn
|
| 2 |
|
| 3 |
-
instructions = ""
|
| 4 |
-
# Teste
|
| 5 |
-
Use the box-select and lasso-select tools to select a subset of penguins
|
| 6 |
-
and reveal more information about the selected subgroup through the power
|
| 7 |
-
of cross-filtering.
|
| 8 |
-
"""
|
| 9 |
|
| 10 |
text = pn.pane.Markdown(instructions)
|
| 11 |
|
|
@@ -20,8 +15,7 @@ template = pn.template.FastListTemplate(
|
|
| 20 |
header_background="#FFFFFF",
|
| 21 |
header_color = "#000000",
|
| 22 |
text_align = 'center',
|
| 23 |
-
sidebar_width = 150
|
| 24 |
-
|
| 25 |
)
|
| 26 |
|
| 27 |
# Run the app
|
|
|
|
| 1 |
import panel as pn
|
| 2 |
|
| 3 |
+
instructions = "# Teste"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
text = pn.pane.Markdown(instructions)
|
| 6 |
|
|
|
|
| 15 |
header_background="#FFFFFF",
|
| 16 |
header_color = "#000000",
|
| 17 |
text_align = 'center',
|
| 18 |
+
sidebar_width = 150
|
|
|
|
| 19 |
)
|
| 20 |
|
| 21 |
# Run the app
|