EasySci commited on
Commit
1c20e53
·
1 Parent(s): 4375e49

Update app3.py

Browse files
Files changed (1) hide show
  1. app3.py +2 -1
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, sizing_mode='stretch_width'), # Filter list row before the 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",