Browse Source

add example for script execution

Rodja Trappe 2 years ago
parent
commit
a640298ba6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main.py

+ 1 - 0
main.py

@@ -218,6 +218,7 @@ ui.run()
             example_link('SVG Clock', 'displays an analog clock by updating an SVG with `ui.timer`')
             example_link('SVG Clock', 'displays an analog clock by updating an SVG with `ui.timer`')
             example_link('Progress', 'demonstrates a progress bar for heavy computations')
             example_link('Progress', 'demonstrates a progress bar for heavy computations')
             example_link('NGINX Subpath', 'shows the setup to serve an app behind a reverse proxy subpath')
             example_link('NGINX Subpath', 'shows the setup to serve an app behind a reverse proxy subpath')
+            example_link('Script Executor', 'executes scripts on selection and displays the output')
 
 
     with ui.row().classes('bg-primary w-full min-h-screen mt-16'):
     with ui.row().classes('bg-primary w-full min-h-screen mt-16'):
         link_target('why')
         link_target('why')