Spaces:
Sleeping
Sleeping
Megan Chiovaro
commited on
Commit
·
dd30364
1
Parent(s):
1ba9dbe
Make app servable
Browse files
app.py
CHANGED
@@ -177,6 +177,6 @@ plot = pn.pane.Matplotlib(get_year_plot(), dpi=44, tight=True)
|
|
177 |
layout = pn.Row(chat_interface, plot)
|
178 |
|
179 |
# serve
|
180 |
-
|
181 |
#layout.show()
|
182 |
# %%
|
|
|
177 |
layout = pn.Row(chat_interface, plot)
|
178 |
|
179 |
# serve
|
180 |
+
layout.servable()
|
181 |
#layout.show()
|
182 |
# %%
|