Spaces:
Runtime error
Runtime error
Commit
·
b84c2d7
1
Parent(s):
f2ab8af
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ def get_emoji_meaning(emoji):
|
|
10 |
iface = gr.Interface(
|
11 |
fn=get_emoji_meaning,
|
12 |
inputs=gr.Textbox(label="Emoji Input", max_lines=1, interactive=True),
|
13 |
-
outputs=gr.Textbox(label="Emoji Meaning", max_lines=2, lines=1, show_copy_button=True, interactive=False)
|
14 |
title="Emoji Meaning",
|
15 |
theme="zenafey/prodia-web",
|
16 |
live=True,
|
|
|
10 |
iface = gr.Interface(
|
11 |
fn=get_emoji_meaning,
|
12 |
inputs=gr.Textbox(label="Emoji Input", max_lines=1, interactive=True),
|
13 |
+
outputs=gr.Textbox(label="Emoji Meaning", max_lines=2, lines=1, show_copy_button=True, interactive=False),
|
14 |
title="Emoji Meaning",
|
15 |
theme="zenafey/prodia-web",
|
16 |
live=True,
|