nesticot commited on
Commit
2cc014e
·
verified ·
1 Parent(s): b4dbd06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -16,7 +16,7 @@ import matplotlib.pyplot as plt
16
  import matplotlib.patches as patches
17
  import PIL
18
 
19
- level_dict = {
20
  '11':'AAA',
21
  '14':'A',
22
  '17':'AFL',}
@@ -122,19 +122,19 @@ image_dict_flip = df_image.set_index('logo_url')['team'].to_dict()
122
  # level_dict = {'1':'MLB',
123
  # '11':'AAA'}
124
 
125
- level_dict = {
126
  '11':'AAA',
127
  '14':'A (FSL)',
128
  '17':'AFL',}
129
 
130
 
131
- level_dict_file = {
132
  '11':'aaa',
133
  '14':'lo_a',
134
  '17':'afl',}
135
 
136
 
137
- level_dict_filter = {
138
  '11':300,
139
  '14':200,
140
  '17':50,}
 
16
  import matplotlib.patches as patches
17
  import PIL
18
 
19
+ level_dict = {'1':'MLB',
20
  '11':'AAA',
21
  '14':'A',
22
  '17':'AFL',}
 
122
  # level_dict = {'1':'MLB',
123
  # '11':'AAA'}
124
 
125
+ level_dict = {'1':'MLB',
126
  '11':'AAA',
127
  '14':'A (FSL)',
128
  '17':'AFL',}
129
 
130
 
131
+ level_dict_file = {'1':'mlb',
132
  '11':'aaa',
133
  '14':'lo_a',
134
  '17':'afl',}
135
 
136
 
137
+ level_dict_filter = {'1':350,
138
  '11':300,
139
  '14':200,
140
  '17':50,}