fabiolaaaaa commited on
Commit
596d47c
·
verified ·
1 Parent(s): 2e8fdf5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,5 +8,5 @@ text = st.text_area('enter some text and I will convert it into emoji: ')
8
  if text:
9
  out = pipe(text)
10
  emoji_text = out[0]['generated_text']
11
- st.write(f"Converted to Emojis: {emoji_text}")
12
 
 
8
  if text:
9
  out = pipe(text)
10
  emoji_text = out[0]['generated_text']
11
+ st.write(f"converted to emojis: {emoji_text}")
12