nesticot commited on
Commit
de1670e
·
verified ·
1 Parent(s): 4776834

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -263,7 +263,7 @@ def server(input, output, session):
263
 
264
  if df is None:
265
  fig = plt.figure(figsize=(26,26))
266
- fig.text(x=0.5,y=0.5,s='No Statcast Data For This Pitcher',fontsize=36,ha='center')
267
  return fig
268
 
269
  df = df.clone()
 
263
 
264
  if df is None:
265
  fig = plt.figure(figsize=(26,26))
266
+ fig.text(x=0.1,y=0.9,s='No Statcast Data For This Pitcher',fontsize=36,ha='left')
267
  return fig
268
 
269
  df = df.clone()