nesticot commited on
Commit
cf3973b
·
verified ·
1 Parent(s): b318435

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ def server(input, output, session):
147
 
148
  df_spring = pl.concat([df_spring, df]).sort('game_date', descending=True)
149
 
150
- return df_spring
151
 
152
  @reactive.Calc
153
  def ts_data():
 
147
 
148
  df_spring = pl.concat([df_spring, df]).sort('game_date', descending=True)
149
 
150
+ return df_spring.filter(pl.col('start_speed')>0)
151
 
152
  @reactive.Calc
153
  def ts_data():