Spaces:
Runtime error
Runtime error
Update app.R
Browse files
app.R
CHANGED
|
@@ -554,7 +554,7 @@ server <- function(input, output,session) {
|
|
| 554 |
padding = unit(c(20, 20, 20, 20), "points") # top, right, bottom, left margins
|
| 555 |
)
|
| 556 |
)
|
| 557 |
-
}, height =
|
| 558 |
}
|
| 559 |
|
| 560 |
# Run the app
|
|
|
|
| 554 |
padding = unit(c(20, 20, 20, 20), "points") # top, right, bottom, left margins
|
| 555 |
)
|
| 556 |
)
|
| 557 |
+
}, height = 750, width = 750)
|
| 558 |
}
|
| 559 |
|
| 560 |
# Run the app
|