alainkh commited on
Commit
df1116d
·
verified ·
1 Parent(s): 69b4e2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,8 +23,8 @@ def predict_misogyny(text):
23
 
24
  large_output = gr.Textbox(
25
  lines=5,
26
- label="Classification Analysis",
27
- text_align="center",
28
  elem_id="result-box"
29
  )
30
 
 
23
 
24
  large_output = gr.Textbox(
25
  lines=5,
26
+ label="Classification Analysis",
27
+ value="",
28
  elem_id="result-box"
29
  )
30