poltextlab commited on
Commit
0ad29ac
1 Parent(s): 8d5cfe1

fixed spacing

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ with gr.Blocks() as demo:
22
  For the coding of complete datasets, please visit the official <a href="https://babel.poltextlab.com/">Babel Machine</a> site.<br>
23
  Please note that named entity inputs are case sensitive.<br>
24
  For named entity recognition the following labels are used:<br>
25
- {'; '.join(ent_sum)}</p>
26
  </div>
27
  """)
28
 
 
22
  For the coding of complete datasets, please visit the official <a href="https://babel.poltextlab.com/">Babel Machine</a> site.<br>
23
  Please note that named entity inputs are case sensitive.<br>
24
  For named entity recognition the following labels are used:<br>
25
+ {' ,&emsp;'.join(ent_sum)}</p>
26
  </div>
27
  """)
28