nesticot commited on
Commit
62b7c1f
·
verified ·
1 Parent(s): 7099557

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -717,7 +717,7 @@ def server(input, output, session):
717
  # if df_fv_table.empty:
718
  ax_fv_table.text(x=0.5, y=0.5, s='No Scouting Data', style='italic', ha='center', va='center', fontsize=20, bbox=dict(facecolor='white', alpha=1, pad=10))
719
  #return
720
- else:
721
 
722
 
723
  # df_stuff_filter = df_stuff.filter(pl.col('pitcher_id')==pitcher_id)
 
717
  # if df_fv_table.empty:
718
  ax_fv_table.text(x=0.5, y=0.5, s='No Scouting Data', style='italic', ha='center', va='center', fontsize=20, bbox=dict(facecolor='white', alpha=1, pad=10))
719
  #return
720
+
721
 
722
 
723
  # df_stuff_filter = df_stuff.filter(pl.col('pitcher_id')==pitcher_id)