Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -129,5 +129,6 @@ template = pn.template.FastListTemplate(
|
|
| 129 |
main_layout=None,
|
| 130 |
accent_base_color="#fd7000",
|
| 131 |
header_background="#fd7000",
|
|
|
|
| 132 |
)
|
| 133 |
template.servable()
|
|
|
|
| 129 |
main_layout=None,
|
| 130 |
accent_base_color="#fd7000",
|
| 131 |
header_background="#fd7000",
|
| 132 |
+
title="Chat with Plot"
|
| 133 |
)
|
| 134 |
template.servable()
|