anabury commited on
Commit
21cc4b5
·
verified ·
1 Parent(s): 1b18d31

Update app.py

Browse files

updated version

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ demo = gr.Interface(
25
  inputs=gr.Textbox(lines=3, placeholder="Type a sentence here..."),
26
  outputs="text",
27
  examples=examples,
28
- title="Tweet Sentiment Analyzer",
29
  description="A simple Hugging Face Space to analyze sentiment in tweets using CardiffNLP's RoBERTa model."
30
  )
31
 
 
25
  inputs=gr.Textbox(lines=3, placeholder="Type a sentence here..."),
26
  outputs="text",
27
  examples=examples,
28
+ title="Sentiment Analyzer",
29
  description="A simple Hugging Face Space to analyze sentiment in tweets using CardiffNLP's RoBERTa model."
30
  )
31