zavavan commited on
Commit
4951d92
·
verified ·
1 Parent(s): 9cdccc6

Update dashboard.py

Browse files
Files changed (1) hide show
  1. 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)