Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -202,7 +202,7 @@ def link_button_with_emoji(url, title, emoji_summary):
|
|
202 |
|
203 |
# Homunculus parts and their corresponding emojis
|
204 |
homunculus_parts = {
|
205 |
-
"Head": "π§ ", "Left Eye": "ποΈ", "Right Eye": "ποΈ",
|
206 |
"Left Eyebrow": "π€¨", "Right Eyebrow": "π€¨", "Nose": "π",
|
207 |
"Mouth": "π", "Neck": "π§£", "Left Shoulder": "πͺ",
|
208 |
"Right Shoulder": "πͺ", "Left Upper Arm": "πͺ",
|
|
|
202 |
|
203 |
# Homunculus parts and their corresponding emojis
|
204 |
homunculus_parts = {
|
205 |
+
"Head": "π§ ", "Brain": "π§ ", "Left Eye": "ποΈ", "Right Eye": "ποΈ",
|
206 |
"Left Eyebrow": "π€¨", "Right Eyebrow": "π€¨", "Nose": "π",
|
207 |
"Mouth": "π", "Neck": "π§£", "Left Shoulder": "πͺ",
|
208 |
"Right Shoulder": "πͺ", "Left Upper Arm": "πͺ",
|