nesticot commited on
Commit
aa8877d
1 Parent(s): 8db62f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -13
app.py CHANGED
@@ -359,36 +359,35 @@ app = App(ui.page_fluid(
359
  ui.nav_control(
360
  ui.a(
361
  "Batting Rolling",
362
- href="rolling_batter/"
363
  ),
364
  ui.a(
365
  "Spray",
366
- href="spray/"
367
  ),
368
  ui.a(
369
  "Decision Value",
370
- href="decision_value/"
371
  ),
372
  ui.a(
373
  "Damage Model",
374
- href="damage_model/"
375
  ),
376
  ui.a(
377
  "Batter Scatter",
378
- href="batter_scatter/"
379
  ),
380
  ui.a(
381
  "EV vs LA Plot",
382
- href="ev_angle/"
383
  ),
384
  ui.a(
385
  "Statcast Compare",
386
- href="statcast_compare/"
387
- )
388
- ,
389
  ui.a(
390
  "MLB/MiLB Cards",
391
- href="statcast_compare/"
392
  )
393
  ),
394
  ),
@@ -397,15 +396,15 @@ app = App(ui.page_fluid(
397
  ui.nav_control(
398
  ui.a(
399
  "Pitcher Rolling",
400
- href="rolling_pitcher/"
401
  ),
402
  ui.a(
403
  "Pitcher Summary",
404
- href="pitching_summary_graphic_new/"
405
  ),
406
  ui.a(
407
  "Pitcher Scatter",
408
- href="pitcher_scatter/"
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(