aalkaswan commited on
Commit
df617d9
Β·
1 Parent(s): a3ed488

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ iface = gr.Interface(fn=classify,
23
  title='STACC',
24
  description='''# STACC: a set of SentenceTransformer Assisted Comment Classifiers πŸ“š
25
 
26
- This app showcases STACC, a collection of SetFit-based Comment classifiers created for the [NLBSE-2023 tool competition](https://nlbse2023.github.io/tools/). More details on the tool itself can be found in the [GitHub repo.](https://github.com/AISE-TUDelft/STACC)
27
 
28
  To use the app, write a comment in the text box, and select the class you wish to test. Press Submit and watch the magic happen ✨
29
  ''')
 
23
  title='STACC',
24
  description='''# STACC: a set of SentenceTransformer Assisted Comment Classifiers πŸ“š
25
 
26
+ This app showcases STACC, a collection of SetFit-based Comment classifiers created for the [NLBSE-2023 tool competition](https://nlbse2023.github.io/tools/). More details on the tool itself can be found in the [GitHub repo](https://github.com/AISE-TUDelft/STACC) or the [paper](https://arxiv.org/abs/2302.13149).
27
 
28
  To use the app, write a comment in the text box, and select the class you wish to test. Press Submit and watch the magic happen ✨
29
  ''')