nesticot commited on
Commit
c9db0ed
·
verified ·
1 Parent(s): 13355ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(),