Di12 commited on
Commit
6b75f11
·
verified ·
1 Parent(s): b09bb70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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
- # 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,
 
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,