Spaces:
Runtime error
Runtime error
fix 'AetherPower'
Browse files
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 = ['
|
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 |
|