User1342 commited on
Commit
e336cc0
·
1 Parent(s): 410897c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -446,7 +446,7 @@ with block:
446
  choices=["Violent", "Hate Speech", "Misinformation"],
447
  interactive=False, label="Behaviour To Block").style()
448
 
449
- slider = gr.Slider(value=20, interactive=True, label="Threshold Confidence Tolerance").style()
450
 
451
  chatbot = gr.Chatbot(label="Watchtower Output", value=[('Welcome to Watchtower.',
452
  'Log in via Mastodon and configure your blocking options above.')]).style(
 
446
  choices=["Violent", "Hate Speech", "Misinformation"],
447
  interactive=False, label="Behaviour To Block").style()
448
 
449
+ slider = gr.Slider(value=30, interactive=True, label="Threshold Confidence Tolerance").style()
450
 
451
  chatbot = gr.Chatbot(label="Watchtower Output", value=[('Welcome to Watchtower.',
452
  'Log in via Mastodon and configure your blocking options above.')]).style(