nesticot commited on
Commit
0f79932
·
1 Parent(s): 2b1ffd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -443,7 +443,7 @@ def server(input, output, session):
443
  fig, ax = plt.subplots(figsize=(15,15))
444
  cgfont = {'fontname':'Century Gothic'}
445
  font = font_manager.FontProperties(family='Century Gothic',
446
- style='normal', size=18)
447
 
448
 
449
  ax.axhline(0,color='black',linestyle ="--",linewidth=2,alpha=1.0,label='Missed Games')
 
443
  fig, ax = plt.subplots(figsize=(15,15))
444
  cgfont = {'fontname':'Century Gothic'}
445
  font = font_manager.FontProperties(family='Century Gothic',
446
+ style='normal', size=14)
447
 
448
 
449
  ax.axhline(0,color='black',linestyle ="--",linewidth=2,alpha=1.0,label='Missed Games')