thak123 commited on
Commit
59234d4
·
1 Parent(s): 983b8f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ interface = gr.Interface(
107
  inputs='text',
108
  outputs=['label'],
109
  title='Latvian Twitter Sentiment Analysis',
110
- examples= ["Es mīlu Tevi","Es ienīstu kafiju"]
111
  description='Get the positive/neutral/negative sentiment for the given input.'
112
  )
113
 
 
107
  inputs='text',
108
  outputs=['label'],
109
  title='Latvian Twitter Sentiment Analysis',
110
+ examples= ["Es mīlu Tevi","Es ienīstu kafiju"],
111
  description='Get the positive/neutral/negative sentiment for the given input.'
112
  )
113