Spaces:
Running
Running
Update app.py
Browse files
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']}
|
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,
|