awacke1 commited on
Commit
effed65
·
1 Parent(s): 2ec9286

Update app.py

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