Spaces:
Runtime error
Runtime error
style: Set max width to 100%
Browse files
app.py
CHANGED
@@ -44,5 +44,5 @@ title = f"{model_name} Chat Demo"
|
|
44 |
pn.template.BootstrapTemplate(
|
45 |
title=title,
|
46 |
main=main,
|
47 |
-
main_max_width="
|
48 |
).servable(title=title)
|
|
|
44 |
pn.template.BootstrapTemplate(
|
45 |
title=title,
|
46 |
main=main,
|
47 |
+
main_max_width="100%",
|
48 |
).servable(title=title)
|