ehristoforu commited on
Commit
39ce26c
·
1 Parent(s): cd1b621

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -17,6 +17,7 @@ iface = gr.Interface(
17
  inputs=gr.Textbox(label="Emoji Input", max_lines=1, interactive=True),
18
  outputs=gr.Textbox(label="Emoji Meaning", max_lines=2, lines=1, show_copy_button=True, interactive=False),
19
  title="Emoji Meaning",
 
20
  examples=examples,
21
  theme="zenafey/prodia-web",
22
  live=True,
 
17
  inputs=gr.Textbox(label="Emoji Input", max_lines=1, interactive=True),
18
  outputs=gr.Textbox(label="Emoji Meaning", max_lines=2, lines=1, show_copy_button=True, interactive=False),
19
  title="Emoji Meaning",
20
+ description="⚠️ This is a test version, so not all emojis have meanings here!",
21
  examples=examples,
22
  theme="zenafey/prodia-web",
23
  live=True,