ktr008 commited on
Commit
33f8e01
·
verified ·
1 Parent(s): 2362865

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ interface = gr.Interface(
39
  fn=predict_sentiment,
40
  inputs=gr.Textbox(lines=3, placeholder="Enter text..."),
41
  outputs=gr.Textbox(), # Display output as plain text
42
- title="Fine-Tuned Sentiment Analysis",
43
  description="Enter a sentence to analyze its sentiment (Positive, Neutral, Negative).",
44
  )
45
 
 
39
  fn=predict_sentiment,
40
  inputs=gr.Textbox(lines=3, placeholder="Enter text..."),
41
  outputs=gr.Textbox(), # Display output as plain text
42
+ title="Sentiment Analysis App",
43
  description="Enter a sentence to analyze its sentiment (Positive, Neutral, Negative).",
44
  )
45