We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed83be commit 85a9492Copy full SHA for 85a9492
1 file changed
src/tdamapper/app.py
@@ -593,6 +593,7 @@ def main():
593
host = os.getenv("HOST", "0.0.0.0")
594
ui.run(
595
storage_secret="secret",
596
+ reload=False,
597
host=host,
598
title="tda-mapper-app",
599
favicon=ICON_URL,
0 commit comments