nesticot commited on
Commit
1682abf
·
verified ·
1 Parent(s): f7b461f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -431,7 +431,7 @@ def server(input, output, session):
431
 
432
 
433
  except:
434
- ax.text(s = f"{player_bio['people'][0]['primaryPosition']['abbreviation']}, {player_bio['people'][0]['currentTeam']['name']}",
435
 
436
  x = 0.5,
437
  y = 0.85,
 
431
 
432
 
433
  except:
434
+ ax.text(s = f"{player_bio['people'][0]['primaryPosition']['abbreviation']}",
435
 
436
  x = 0.5,
437
  y = 0.85,