Skip to content

Commit 7dd9051

Browse files
committed
Fixed main
1 parent 76d99c3 commit 7dd9051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tdamapper/_app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ def _init_draw_settings(self):
530530
).classes("w-full")
531531

532532
def _init_footnotes(self):
533-
ui.label(text=("Made in Rome with ❤️ and ☕️")).classes(
533+
ui.label(text=("Made in Rome, with ❤️ and ☕️.")).classes(
534534
"text-caption text-gray-500"
535535
).classes("text-caption text-gray-500")
536536

@@ -740,5 +740,5 @@ def main():
740740
)
741741

742742

743-
if __name__ in ["__main__", "__mp_main__"]:
743+
if __name__ in {"__main__", "__mp_main__", "tdamapper._app"}:
744744
main()

0 commit comments

Comments
 (0)