ehristoforu commited on
Commit
874124d
β€’
1 Parent(s): 93abcee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,8 +8,8 @@ def get_emoji_meaning(emoji):
8
  return emoji_meanings.get(emoji, "Emoticon meaning not found")
9
 
10
  examples = [
11
- 😎,
12
- 😺,
13
  ]
14
 
15
  iface = gr.Interface(
 
8
  return emoji_meanings.get(emoji, "Emoticon meaning not found")
9
 
10
  examples = [
11
+ "😎",
12
+ "😺",
13
  ]
14
 
15
  iface = gr.Interface(