Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Wanxai
/
Shiny-App
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3acdee2
Shiny-App
/
app.py
Hermit11
Upload 5 files
1b575c8
verified
3 months ago
raw
Copy download link
history
blame
Safe
149 Bytes
from
shiny
import
App
from
ui
import
create_ui
from
server
import
create_server
# Create the Shiny app
app = App(create_ui(), create_server())