Spaces:
Runtime error
Runtime error
Update app.R
Browse files
app.R
CHANGED
|
@@ -27,7 +27,7 @@ ui <- fluidPage(
|
|
| 27 |
numericInput("velo",
|
| 28 |
"Velocity /mph",90),
|
| 29 |
numericInput("ivb",
|
| 30 |
-
"Induced Vertical Break (IVB) /in.
|
| 31 |
numericInput("hb",
|
| 32 |
"Horizontal Break (HB) /in. (Pitcher's Perspective)",6),
|
| 33 |
numericInput("spinrate",
|
|
|
|
| 27 |
numericInput("velo",
|
| 28 |
"Velocity /mph",90),
|
| 29 |
numericInput("ivb",
|
| 30 |
+
"Induced Vertical Break (IVB) /in.",16),
|
| 31 |
numericInput("hb",
|
| 32 |
"Horizontal Break (HB) /in. (Pitcher's Perspective)",6),
|
| 33 |
numericInput("spinrate",
|