Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -146,7 +146,7 @@ template = pn.template.FastListTemplate(
|
|
| 146 |
header_background="#FFFFFF",
|
| 147 |
header_color="#000000",
|
| 148 |
text_align='center',
|
| 149 |
-
sidebar_width=
|
| 150 |
sizing_mode = 'stretch_both'
|
| 151 |
)
|
| 152 |
|
|
|
|
| 146 |
header_background="#FFFFFF",
|
| 147 |
header_color="#000000",
|
| 148 |
text_align='center',
|
| 149 |
+
sidebar_width=160,
|
| 150 |
sizing_mode = 'stretch_both'
|
| 151 |
)
|
| 152 |
|