Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CoastalBaseball
/
DataProcess
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
igroffman
commited on
Nov 4, 2025
Commit
fd7f280
·
verified
·
1 Parent(s):
c06f4ab
Update app.R
Browse files
Files changed (1)
hide
show
app.R
+1
-0
app.R
CHANGED
Viewed
@@ -952,5 +952,6 @@ server <- function(input, output, session) {
952
}
953
)
954
}
955
# Run the app
956
shinyApp(ui = ui, server = server)
952
}
953
)
954
}
955
+
956
# Run the app
957
shinyApp(ui = ui, server = server)