Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,10 +71,10 @@ def predict_kc(content_html: str):
|
|
| 71 |
label = predict_nb_count([text])[0]
|
| 72 |
return label
|
| 73 |
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
|
| 79 |
# interface = gr.Interface(
|
| 80 |
# fn = predict_kc,
|
|
|
|
| 71 |
label = predict_nb_count([text])[0]
|
| 72 |
return label
|
| 73 |
|
| 74 |
+
css = """
|
| 75 |
+
textarea { font-size: 18px !important; }
|
| 76 |
+
.gradio-container .output-text { font-size: 18px !important; }
|
| 77 |
+
"""
|
| 78 |
|
| 79 |
# interface = gr.Interface(
|
| 80 |
# fn = predict_kc,
|