We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3fb5d commit 06baecdCopy full SHA for 06baecd
1 file changed
src/tdamapper/app.py
@@ -590,7 +590,12 @@ def main_page():
590
591
def main():
592
port = os.getenv("PORT", "8080")
593
- ui.run(storage_secret="secret", title="tda-mapper-app", favicon=ICON_URL, port=port)
+ ui.run(
594
+ storage_secret="secret",
595
+ title="tda-mapper-app",
596
+ favicon=ICON_URL,
597
+ port=int(port),
598
+ )
599
600
601
if __name__ in ["__main__", "__mp_main__", "tdamapper.app"]:
0 commit comments