NeuralFalcon commited on
Commit
96a1b50
Β·
verified Β·
1 Parent(s): 34127be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,8 +25,8 @@ app = gr.Interface(
25
  title="πŸŒ€ Emoji Duplicator",
26
  description="Enter any emoji and choose how many times to duplicate it! Choose if you want each emoji on a new line.",
27
  examples=[
28
- ["πŸ’€", 5, False],
29
- ["πŸ˜‚", 12, True],
30
  ["🌈", 20, False],
31
  ["🐢", 8, True],
32
  ["πŸ’–", 15, False],
 
25
  title="πŸŒ€ Emoji Duplicator",
26
  description="Enter any emoji and choose how many times to duplicate it! Choose if you want each emoji on a new line.",
27
  examples=[
28
+ ["πŸ’€", 5, True],
29
+ ["πŸ˜‚", 12, False],
30
  ["🌈", 20, False],
31
  ["🐢", 8, True],
32
  ["πŸ’–", 15, False],