Spaces:
Runtime error
Runtime error
Update app.R
Browse files
app.R
CHANGED
|
@@ -575,7 +575,7 @@ server <- function(input, output,session) {
|
|
| 575 |
padding = unit(c(20, 20, 20, 20), "points") # top, right, bottom, left margins
|
| 576 |
)
|
| 577 |
)
|
| 578 |
-
}, height = 1000, width = 1000, res = 96,pointsize = 12
|
| 579 |
}
|
| 580 |
|
| 581 |
# Run the app
|
|
|
|
| 575 |
padding = unit(c(20, 20, 20, 20), "points") # top, right, bottom, left margins
|
| 576 |
)
|
| 577 |
)
|
| 578 |
+
}, height = 1000, width = 1000, res = 96,pointsize = 12)
|
| 579 |
}
|
| 580 |
|
| 581 |
# Run the app
|