Spaces:
Runtime error
Runtime error
Update app.R
Browse files
app.R
CHANGED
|
@@ -44,7 +44,7 @@ ui <- fluidPage(
|
|
| 44 |
|
| 45 |
# Show a plot of the generated distribution
|
| 46 |
mainPanel(
|
| 47 |
-
|
| 48 |
|
| 49 |
)
|
| 50 |
)
|
|
|
|
| 44 |
|
| 45 |
# Show a plot of the generated distribution
|
| 46 |
mainPanel(
|
| 47 |
+
verbatimTextOutput("stuff")
|
| 48 |
|
| 49 |
)
|
| 50 |
)
|