poltextlab commited on
Commit
94d0be6
·
verified ·
1 Parent(s): 04f8f8b

update title font size

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;">
105
  <span style="color: {text_color};">{label}</span>
106
  </div>"""
107