Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pajuan
/
test2
like
0
Runtime error
App
Files
Files
Community
pajuan
commited on
May 7
Commit
cb670e6
•
1 Parent(s):
6fe968b
Update app.R
Browse files
Files changed (1)
hide
show
app.R
+1
-1
app.R
CHANGED
Viewed
@@ -68,7 +68,7 @@ ui <- shinyUI(
68
)
69
)
70
71
-
shinyServer(function(input, output, session) {
72
73
hide("sidebar")
74
68
)
69
)
70
71
+
server <-
shinyServer(function(input, output, session) {
72
73
hide("sidebar")
74