yangheng commited on
Commit
848d0f5
·
1 Parent(s): cd99f6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ if __name__ == '__main__':
48
  ['To fit on your data, please train the model on your own data, see the [ASP]PyABSA[ASP] (https://github.com/yangheng95/PyABSA)'],
49
  ],
50
  outputs="dataframe",
51
- title='Aspect Term Extraction for Short Texts (powered by PyABSA)'
52
  )
53
 
54
  iface.launch()
 
48
  ['To fit on your data, please train the model on your own data, see the [ASP]PyABSA[ASP] (https://github.com/yangheng95/PyABSA)'],
49
  ],
50
  outputs="dataframe",
51
+ title='Multilingual Aspect Sentiment Classification for Short Texts (powered by PyABSA)'
52
  )
53
 
54
  iface.launch()