Spaces:
Running
Running
update title font size
Browse files- 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:
|
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 |
|