Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -507,7 +507,7 @@ def server(input, output, session):
|
|
| 507 |
|
| 508 |
df_player = pl.DataFrame({
|
| 509 |
'Pitches': int(pitches),
|
| 510 |
-
'IP':
|
| 511 |
'PA': int(battersFaced),
|
| 512 |
'R': int(runs),
|
| 513 |
'ER': int(earnedRuns),
|
|
|
|
| 507 |
|
| 508 |
df_player = pl.DataFrame({
|
| 509 |
'Pitches': int(pitches),
|
| 510 |
+
'IP': float(innings),
|
| 511 |
'PA': int(battersFaced),
|
| 512 |
'R': int(runs),
|
| 513 |
'ER': int(earnedRuns),
|