Update app.py
Browse files
app.py
CHANGED
|
@@ -755,7 +755,7 @@ def server(input, output, session):
|
|
| 755 |
# ).with_columns(
|
| 756 |
# (pl.col('pitcher_name')+' - '+pl.col('pitcher_team')).alias('pitcher_name'))
|
| 757 |
# )
|
| 758 |
-
df = caa.calculate_arm_angles(df=df,pitcher_id=int(input.pitcher_id())).clone()
|
| 759 |
|
| 760 |
return render.DataGrid(
|
| 761 |
df.to_pandas(),
|
|
|
|
| 755 |
# ).with_columns(
|
| 756 |
# (pl.col('pitcher_name')+' - '+pl.col('pitcher_team')).alias('pitcher_name'))
|
| 757 |
# )
|
| 758 |
+
#df = caa.calculate_arm_angles(df=df,pitcher_id=int(input.pitcher_id())).clone()
|
| 759 |
|
| 760 |
return render.DataGrid(
|
| 761 |
df.to_pandas(),
|