Spaces:
Runtime error
Runtime error
Commit
Β·
874124d
1
Parent(s):
93abcee
Update app.py
Browse files
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(
|