AnkitPatil commited on
Commit
215422a
Β·
1 Parent(s): 997db33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ iface = gr.Interface(
18
  inputs=gr.Textbox(),
19
  outputs=gr.Textbox(),
20
  live=True,
21
- title="Sentiment Analysis App",
22
  description="Enter a text to analyze its sentiment."
23
  )
24
 
 
18
  inputs=gr.Textbox(),
19
  outputs=gr.Textbox(),
20
  live=True,
21
+ title="Sentiment Analysis App πŸ˜„πŸ˜‘πŸ˜πŸ˜ˆ",
22
  description="Enter a text to analyze its sentiment."
23
  )
24