cdleong commited on
Commit
f870586
1 Parent(s): bf8ab2d

adding link

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,4 +7,5 @@ if __name__ == "__main__":
7
  x = st.slider('Select a value', value=50, max_value=1000)
8
  emojis = random.choices(nsv.get_emoji_list(), k=x)
9
 
 
10
  st.write(emojis)
7
  x = st.slider('Select a value', value=50, max_value=1000)
8
  emojis = random.choices(nsv.get_emoji_list(), k=x)
9
 
10
+ st.write(f"generating {x} random emojis using [naughty string validator](https://github.com/shashikumarraja/naughty_string_validator_python)")
11
  st.write(emojis)