Spaces:
Paused
Paused
Update app.py
Browse files
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 |
-
|
| 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)
|