Browse Source

remove Port

namnguyen 5 months ago
parent
commit
8928058f40
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/gui/extension/dashboard.py

+ 1 - 1
doc/gui/extension/dashboard.py

@@ -37,4 +37,4 @@ page = """
 """
 
 if __name__ == "__main__":
-    Gui(page, libraries=[ExampleLibrary()]).run(title="Horizontal Box Plot", port=3010)
+    Gui(page, libraries=[ExampleLibrary()]).run(title="Horizontal Box Plot")