Spaces:
Running
Running
Update app2.py
Browse files
app2.py
CHANGED
|
@@ -174,7 +174,7 @@ template = pn.template.FastListTemplate(
|
|
| 174 |
header_background="#FFFFFF",
|
| 175 |
header_color="#000000",
|
| 176 |
text_align='center',
|
| 177 |
-
sidebar_width=
|
| 178 |
sizing_mode = 'stretch_both'
|
| 179 |
)
|
| 180 |
|
|
|
|
| 174 |
header_background="#FFFFFF",
|
| 175 |
header_color="#000000",
|
| 176 |
text_align='center',
|
| 177 |
+
sidebar_width=175,
|
| 178 |
sizing_mode = 'stretch_both'
|
| 179 |
)
|
| 180 |
|