Skip to content

Commit

Permalink
remove port config
Browse files Browse the repository at this point in the history
  • Loading branch information
namnguyen20999 committed Dec 2, 2024
1 parent c0ad25c commit 53070f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/gui/extension/company_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
"""

if __name__ == "__main__":
Gui(page, libraries=[ExampleLibrary()]).run(title="Company profile", port=3009, use_reloader=True)
Gui(page, libraries=[ExampleLibrary()]).run(title="Company profile")

0 comments on commit 53070f5

Please sign in to comment.