Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,16 +33,16 @@ card_numbers = {
|
|
33 |
"Goblin Drill": 106, "Goblin Hut": 107, "Phoenix Egg": 108, "Tombstone": 109, "Arrows": 110,
|
34 |
"Barbarian Barrel": 111, "Earthquake": 112, "Fireball": 113, "Freeze": 114, "Giant Snowball": 115,
|
35 |
"Goblin Curse": 116, "Lightning": 117, "Poison": 118, "Rage": 119, "Rocket": 120,
|
36 |
-
"Royal Delivery": 121, "The Log": 122, "Tornado": 123, "Void": 124, "Zap": 125
|
37 |
-
"Archers/Evolution": 155, "Barbarians/Evolution": 156, "Battle Ram/Evolution": 157,
|
38 |
-
"Bats/Evolution": 158, "Bomber/Evolution": 159, "Cannon/Evolution": 160,
|
39 |
-
"Electro Dragon/Evolution": 161, "Firecracker/Evolution": 162, "Giant Snowball/Evolution": 163,
|
40 |
-
"Goblin Barrel/Evolution": 164, "Goblin Cage/Evolution": 165, "Goblin Drill/Evolution": 166,
|
41 |
-
"Goblin Giant/Evolution": 167, "Ice Spirit/Evolution": 168, "Knight/Evolution": 169,
|
42 |
-
"Mega Knight/Evolution": 170, "Mortar/Evolution": 171, "Musketeer/Evolution": 172,
|
43 |
-
"P.E.K.K.A/Evolution": 173, "Royal Giant/Evolution": 174, "Royal Recruits/Evolution": 175,
|
44 |
-
"Skeletons/Evolution": 176, "Tesla/Evolution": 177, "Valkyrie/Evolution": 178,
|
45 |
-
"Wall Breakers/Evolution": 179, "Wizard/Evolution": 180, "Zap/Evolution": 181
|
46 |
}
|
47 |
|
48 |
# Normalize card names and generate the full URLs
|
|
|
33 |
"Goblin Drill": 106, "Goblin Hut": 107, "Phoenix Egg": 108, "Tombstone": 109, "Arrows": 110,
|
34 |
"Barbarian Barrel": 111, "Earthquake": 112, "Fireball": 113, "Freeze": 114, "Giant Snowball": 115,
|
35 |
"Goblin Curse": 116, "Lightning": 117, "Poison": 118, "Rage": 119, "Rocket": 120,
|
36 |
+
"Royal Delivery": 121, "The Log": 122, "Tornado": 123, "Void": 124, "Zap": 125#,
|
37 |
+
#"Archers/Evolution": 155, "Barbarians/Evolution": 156, "Battle Ram/Evolution": 157,
|
38 |
+
#"Bats/Evolution": 158, "Bomber/Evolution": 159, "Cannon/Evolution": 160,
|
39 |
+
#"Electro Dragon/Evolution": 161, "Firecracker/Evolution": 162, "Giant Snowball/Evolution": 163,
|
40 |
+
#"Goblin Barrel/Evolution": 164, "Goblin Cage/Evolution": 165, "Goblin Drill/Evolution": 166,
|
41 |
+
#"Goblin Giant/Evolution": 167, "Ice Spirit/Evolution": 168, "Knight/Evolution": 169,
|
42 |
+
#"Mega Knight/Evolution": 170, "Mortar/Evolution": 171, "Musketeer/Evolution": 172,
|
43 |
+
#"P.E.K.K.A/Evolution": 173, "Royal Giant/Evolution": 174, "Royal Recruits/Evolution": 175,
|
44 |
+
#"Skeletons/Evolution": 176, "Tesla/Evolution": 177, "Valkyrie/Evolution": 178,
|
45 |
+
#"Wall Breakers/Evolution": 179, "Wizard/Evolution": 180, "Zap/Evolution": 181
|
46 |
}
|
47 |
|
48 |
# Normalize card names and generate the full URLs
|