Multichem commited on
Commit
8cb6c0f
·
1 Parent(s): 7c24b45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -34,8 +34,6 @@ def init_conn():
34
 
35
  gspreadcon = init_conn()
36
 
37
-
38
-
39
  game_format = {'Win%': '{:.2%}', 'Vegas': '{:.2%}', 'Win% Diff': '{:.2%}'}
40
  american_format = {'First Inning Lead Percentage': '{:.2%}', 'Fifth Inning Lead Percentage': '{:.2%}'}
41
 
 
34
 
35
  gspreadcon = init_conn()
36
 
 
 
37
  game_format = {'Win%': '{:.2%}', 'Vegas': '{:.2%}', 'Win% Diff': '{:.2%}'}
38
  american_format = {'First Inning Lead Percentage': '{:.2%}', 'Fifth Inning Lead Percentage': '{:.2%}'}
39