Update app.py
Browse files
app.py
CHANGED
@@ -89,4 +89,4 @@ maincol.append(moving_av_slider)
|
|
89 |
template.main.append(maincol)
|
90 |
|
91 |
# # set the app to be servable
|
92 |
-
template.
|
|
|
89 |
template.main.append(maincol)
|
90 |
|
91 |
# # set the app to be servable
|
92 |
+
template.servable(title='SI649 Altair3')
|