Jung commited on
Commit
290b4b7
1 Parent(s): 41e00da

fix 'AetherPower'

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -165,7 +165,7 @@ def return_hero_stat(df0, hero_name, lb_choice="None", costume_choice="None"):
165
 
166
  display_cols_0 = ['image', 'name', 'color', 'star', 'class', 'speed',]
167
  display_cols_1 = [] # ['power', 'attack', 'defense', 'health', ] --> to be select base one LB/Costume choice
168
- display_cols_2 = ['Aether Power', 'source', 'family', 'types', 'skill', 'effects', 'passives']
169
 
170
  prefix = get_prefix(lb_choice, costume_choice)
171
 
 
165
 
166
  display_cols_0 = ['image', 'name', 'color', 'star', 'class', 'speed',]
167
  display_cols_1 = [] # ['power', 'attack', 'defense', 'health', ] --> to be select base one LB/Costume choice
168
+ display_cols_2 = ['AetherPower', 'source', 'family', 'types', 'skill', 'effects', 'passives'] # 'AetherPower' name is changed since June2024
169
 
170
  prefix = get_prefix(lb_choice, costume_choice)
171