Spaces:
Sleeping
Sleeping
Update dashboard.py
Browse files- dashboard.py +1 -1
dashboard.py
CHANGED
@@ -457,7 +457,7 @@ def dashboard():
|
|
457 |
### DEPLOY APP
|
458 |
|
459 |
# Serve the Panel app
|
460 |
-
template.show()
|
461 |
|
462 |
if __name__ == "__main__":
|
463 |
app.run(host="0.0.0.0", port=7860)
|
|
|
457 |
### DEPLOY APP
|
458 |
|
459 |
# Serve the Panel app
|
460 |
+
return template.show()
|
461 |
|
462 |
if __name__ == "__main__":
|
463 |
app.run(host="0.0.0.0", port=7860)
|