File size: 149 Bytes
1b575c8
 
 
 
 
 
1
2
3
4
5
6
from shiny import App
from ui import create_ui
from server import create_server

# Create the Shiny app
app = App(create_ui(), create_server())