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 f4f9350 commit c23c8b7Copy full SHA for c23c8b7
1 file changed
alphaspheredotai_github_io/alphaspheredotai_github_io.py
@@ -12,7 +12,7 @@
12
app = rx.App(theme=rx.theme(radius="large", accent_color="gray"))
13
14
15
-@rx.page(route="/", title="Home Page")
+@rx.page(route="/", title="AlphaSphere.AI")
16
def index() -> rx.Component:
17
"""Home page."""
18
return home_page
0 commit comments