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