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": "💪",
|