awacke1 commited on
Commit
b3b9ed7
·
1 Parent(s): df06ea7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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": "💪",