kovacsvi commited on
Commit
3bb38ad
·
2 Parent(s): 2926563 d3db1b4

Merge remote-tracking branch 'refs/remotes/origin/main'

Browse files
Files changed (1) hide show
  1. interfaces/cap_minor.py +1 -1
interfaces/cap_minor.py CHANGED
@@ -101,7 +101,7 @@ def predict(text, model_id, tokenizer_id):
101
 
102
  if first:
103
  html += f"""
104
- <div style="text-align: center; font-weight: bold; font-size: 30px; margin-bottom: 10px;">
105
  <span style="color: {text_color};">{label}</span>
106
  </div>"""
107
 
 
101
 
102
  if first:
103
  html += f"""
104
+ <div style="text-align: center; font-weight: bold; font-size: 27px; margin-bottom: 10px; margin-left: 10px; margin-right: 10px;">
105
  <span style="color: {text_color};">{label}</span>
106
  </div>"""
107