We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d99c3 commit 7dd9051Copy full SHA for 7dd9051
src/tdamapper/_app.py
@@ -530,7 +530,7 @@ def _init_draw_settings(self):
530
).classes("w-full")
531
532
def _init_footnotes(self):
533
- ui.label(text=("Made in Rome with ❤️ and ☕️")).classes(
+ ui.label(text=("Made in Rome, with ❤️ and ☕️.")).classes(
534
"text-caption text-gray-500"
535
).classes("text-caption text-gray-500")
536
@@ -740,5 +740,5 @@ def main():
740
)
741
742
743
-if __name__ in ["__main__", "__mp_main__"]:
+if __name__ in {"__main__", "__mp_main__", "tdamapper._app"}:
744
main()
0 commit comments