give stroke button name
This commit is contained in:
@@ -2,8 +2,8 @@ from nicegui import ui
|
|||||||
from report_stroke import report_stroke # Import the report_stroke page
|
from report_stroke import report_stroke # Import the report_stroke page
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
ui.label('Welcome to My NiceGUI App!')
|
ui.label('Report Generator')
|
||||||
ui.button('Click Me', on_click=lambda: ui.navigate.to('/report_stroke'))
|
ui.button('Stroke', on_click=lambda: ui.navigate.to('/report_stroke'))
|
||||||
|
|
||||||
@ui.page('/about')
|
@ui.page('/about')
|
||||||
def about_page():
|
def about_page():
|
||||||
|
|||||||
Reference in New Issue
Block a user