ai01firebird commited on
Commit
bf8b184
·
verified ·
1 Parent(s): c644909

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()