Update app.py
Browse files
app.py
CHANGED
@@ -71,4 +71,4 @@ maincol.append(moving_av_slider)
|
|
71 |
template.main.append(maincol)
|
72 |
|
73 |
# # set the app to be servable
|
74 |
-
template.
|
|
|
71 |
template.main.append(maincol)
|
72 |
|
73 |
# # set the app to be servable
|
74 |
+
template.servable(title="SI649 Altair3")
|