Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -198,8 +198,6 @@ def link_button_with_emoji(url, title, emoji_summary):
|
|
| 198 |
random_emoji = random.choice(emojis)
|
| 199 |
st.markdown(f"[{random_emoji} {emoji_summary} - {title}]({url})")
|
| 200 |
|
| 201 |
-
|
| 202 |
-
|
| 203 |
# Homunculus parts and their corresponding emojis
|
| 204 |
homunculus_parts = {
|
| 205 |
"Head": "🧠", "Brain": "🧠", "Left Eye": "👁️", "Right Eye": "👁️",
|
|
|
|
| 198 |
random_emoji = random.choice(emojis)
|
| 199 |
st.markdown(f"[{random_emoji} {emoji_summary} - {title}]({url})")
|
| 200 |
|
|
|
|
|
|
|
| 201 |
# Homunculus parts and their corresponding emojis
|
| 202 |
homunculus_parts = {
|
| 203 |
"Head": "🧠", "Brain": "🧠", "Left Eye": "👁️", "Right Eye": "👁️",
|