Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ iface = gr.Interface(
|
|
24 |
inputs=gr.Textbox(lines=2, placeholder="Enter a sentence..."),
|
25 |
outputs="text",
|
26 |
title="AI-Powered Emoji Translator",
|
27 |
-
description="Enter a sentence, and the AI will transform it into an emoji-version
|
28 |
)
|
29 |
|
30 |
iface.launch()
|
|
|
24 |
inputs=gr.Textbox(lines=2, placeholder="Enter a sentence..."),
|
25 |
outputs="text",
|
26 |
title="AI-Powered Emoji Translator",
|
27 |
+
description="Enter a sentence, and the AI will transform it into an emoji-version 🥳"
|
28 |
)
|
29 |
|
30 |
iface.launch()
|