Spaces:
Running
Running
Update app.py
Browse files
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
|
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()
|