nivashuggingface commited on
Commit
27cad67
·
verified ·
1 Parent(s): 8fd1381

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -82,8 +82,7 @@ demo = gr.Interface(
82
  ],
83
  outputs=[gr.Textbox(label="Moderated Text:", lines=5), gr.Image(type="pil", label="Moderation Pie Chart")],
84
  title="Friendly Text Moderator",
85
- description="Enter text to be moderated and adjust the safer value to see how it affects the moderation.",
86
- theme="compact"
87
  )
88
 
89
  # Customize the CSS
 
82
  ],
83
  outputs=[gr.Textbox(label="Moderated Text:", lines=5), gr.Image(type="pil", label="Moderation Pie Chart")],
84
  title="Friendly Text Moderator",
85
+ description="Enter text to be moderated and adjust the safer value to see how it affects the moderation."
 
86
  )
87
 
88
  # Customize the CSS