Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def app():
|
|
13 |
st.write("This app displays a Treemap chart of game mechanics.")
|
14 |
|
15 |
|
16 |
-
game_mechanics
|
17 |
"Campaign / Battle Card Driven ๐๏ธ", "Card Play Conflict Resolution ๐ณ๐ค",
|
18 |
"Communication Limits ๐", "Cooperative Game ๐ค๐ฅ", "Critical Hits and Failures ๐ฅ๐",
|
19 |
"Deck Construction ๐ด๐ ๏ธ", "Grid Movement ๐บ๏ธ", "Hand Management ๐๏ธ๐",
|
|
|
13 |
st.write("This app displays a Treemap chart of game mechanics.")
|
14 |
|
15 |
|
16 |
+
game_mechanics = ["Action Queue โฑ๏ธ", "Action Retrieval ๐",
|
17 |
"Campaign / Battle Card Driven ๐๏ธ", "Card Play Conflict Resolution ๐ณ๐ค",
|
18 |
"Communication Limits ๐", "Cooperative Game ๐ค๐ฅ", "Critical Hits and Failures ๐ฅ๐",
|
19 |
"Deck Construction ๐ด๐ ๏ธ", "Grid Movement ๐บ๏ธ", "Hand Management ๐๏ธ๐",
|