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": "πŸ’ͺ",