awacke1 commited on
Commit
b8374b1
ยท
1 Parent(s): 925eb24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 := ["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 ๐Ÿ–๏ธ๐Ÿ“Š",
 
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 ๐Ÿ–๏ธ๐Ÿ“Š",