Update comments in template apps (#2370)

This commit is contained in:
Masen Furer 2024-01-08 17:10:56 -07:00 committed by GitHub
parent a369889b0c
commit 7cec7feb63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -39,6 +39,6 @@ def index() -> rx.Component:
)
# Add state and page to the app.
# Create app instance and add index page.
app = rx.App()
app.add_page(index)

View File

@ -118,5 +118,5 @@ def chatapp() -> rx.Component:
return chatapp_page()
# Add state and page to the app.
# Create the app.
app = rx.App(style=base_style)