jjpwong commited on
Commit
daa8b2d
Β·
1 Parent(s): 4b5b0a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ demo = gr.Interface(
14
  inputs="text",
15
  outputs=[gr.Textbox(label="Label"), gr.Textbox(label="Score")],
16
  title = 'Sentiment Analysis Demo (ζƒ…η·’εˆ†ζžη€Ίη―„)',
17
- description = "Analyze the sentiment based on given input (positive or negative) ζƒ…η·’εˆ†ζž"
18
  examples=[["I love Computational Chemistry."], ["This movie is terrible."]],
19
  )
20
 
 
14
  inputs="text",
15
  outputs=[gr.Textbox(label="Label"), gr.Textbox(label="Score")],
16
  title = 'Sentiment Analysis Demo (ζƒ…η·’εˆ†ζžη€Ίη―„)',
17
+ description = "Analyze the sentiment based on given input (positive or negative) ζƒ…η·’εˆ†ζž",
18
  examples=[["I love Computational Chemistry."], ["This movie is terrible."]],
19
  )
20