Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -359,36 +359,35 @@ app = App(ui.page_fluid(
|
|
| 359 |
ui.nav_control(
|
| 360 |
ui.a(
|
| 361 |
"Batting Rolling",
|
| 362 |
-
href="
|
| 363 |
),
|
| 364 |
ui.a(
|
| 365 |
"Spray",
|
| 366 |
-
href="spray/"
|
| 367 |
),
|
| 368 |
ui.a(
|
| 369 |
"Decision Value",
|
| 370 |
-
href="
|
| 371 |
),
|
| 372 |
ui.a(
|
| 373 |
"Damage Model",
|
| 374 |
-
href="
|
| 375 |
),
|
| 376 |
ui.a(
|
| 377 |
"Batter Scatter",
|
| 378 |
-
href="
|
| 379 |
),
|
| 380 |
ui.a(
|
| 381 |
"EV vs LA Plot",
|
| 382 |
-
href="
|
| 383 |
),
|
| 384 |
ui.a(
|
| 385 |
"Statcast Compare",
|
| 386 |
-
href="
|
| 387 |
-
)
|
| 388 |
-
,
|
| 389 |
ui.a(
|
| 390 |
"MLB/MiLB Cards",
|
| 391 |
-
href="
|
| 392 |
)
|
| 393 |
),
|
| 394 |
),
|
|
@@ -397,15 +396,15 @@ app = App(ui.page_fluid(
|
|
| 397 |
ui.nav_control(
|
| 398 |
ui.a(
|
| 399 |
"Pitcher Rolling",
|
| 400 |
-
href="
|
| 401 |
),
|
| 402 |
ui.a(
|
| 403 |
"Pitcher Summary",
|
| 404 |
-
href="
|
| 405 |
),
|
| 406 |
ui.a(
|
| 407 |
"Pitcher Scatter",
|
| 408 |
-
href="
|
| 409 |
)
|
| 410 |
),
|
| 411 |
)),ui.row(
|
|
|
|
| 359 |
ui.nav_control(
|
| 360 |
ui.a(
|
| 361 |
"Batting Rolling",
|
| 362 |
+
href="https://nesticot-tjstats-site-rolling-batter.hf.space/"
|
| 363 |
),
|
| 364 |
ui.a(
|
| 365 |
"Spray",
|
| 366 |
+
href="https://nesticot-tjstats-site-spray.hf.space/"
|
| 367 |
),
|
| 368 |
ui.a(
|
| 369 |
"Decision Value",
|
| 370 |
+
href="https://nesticot-tjstats-site-decision-value.hf.space/"
|
| 371 |
),
|
| 372 |
ui.a(
|
| 373 |
"Damage Model",
|
| 374 |
+
href="https://nesticot-tjstats-site-damage.hf.space/"
|
| 375 |
),
|
| 376 |
ui.a(
|
| 377 |
"Batter Scatter",
|
| 378 |
+
href="https://nesticot-tjstats-site-batter-scatter.hf.space/"
|
| 379 |
),
|
| 380 |
ui.a(
|
| 381 |
"EV vs LA Plot",
|
| 382 |
+
href="https://nesticot-tjstats-site-ev-angle.hf.space/"
|
| 383 |
),
|
| 384 |
ui.a(
|
| 385 |
"Statcast Compare",
|
| 386 |
+
href="https://nesticot-tjstats-site-statcast-compare.hf.space/"
|
| 387 |
+
),
|
|
|
|
| 388 |
ui.a(
|
| 389 |
"MLB/MiLB Cards",
|
| 390 |
+
href="https://nesticot-tjstats-site-mlb-cards.hf.space/"
|
| 391 |
)
|
| 392 |
),
|
| 393 |
),
|
|
|
|
| 396 |
ui.nav_control(
|
| 397 |
ui.a(
|
| 398 |
"Pitcher Rolling",
|
| 399 |
+
href="https://nesticot-tjstats-site-rolling-pitcher.hf.space/"
|
| 400 |
),
|
| 401 |
ui.a(
|
| 402 |
"Pitcher Summary",
|
| 403 |
+
href="https://nesticot-tjstats-site-pitching-summary-graphic-new.hf.space/"
|
| 404 |
),
|
| 405 |
ui.a(
|
| 406 |
"Pitcher Scatter",
|
| 407 |
+
href="https://nesticot-tjstats-site-pitcher-scatter.hf.space"
|
| 408 |
)
|
| 409 |
),
|
| 410 |
)),ui.row(
|