User1342 commited on
Commit
a232672
Β·
1 Parent(s): 9ec68f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -84,9 +84,9 @@ img {margin-bottom: -8px;}
84
  <div class="w3-padding-large w3-white">
85
  <div class="w3-row-padding-large">
86
  <div class="w3-col">
87
- <h1 class="w3-jumbo"><b>WatchTower 🐦🚧</b></h1>
88
- <h1 class="w3-xxxlarge w3-text-blue"><b>Remove Unfavorable Tweets From Your Feed </b></h1>
89
- <p><span class="w3-xlarge">Scroll down to use WatchTower 1.0. ⬇ </span> WatchTower is a tool that identifies hate speech, misinformation, and extremist content and blocks/ mutes it from your Twitter feed. WatchTower blocks content based on it's current database, so make sure to come back regullary to ensure you're up to date! Depending on how many users WatchTower is blocking/ muting it <b>can take upwards of 15 minutes to complete</b> - just leave this page open, grab a cup of tea, and come back in a few minutes. WatchTower is simple to use: first scroll down the page and click the 'sign in with Twitter' button, then you'll be taken to the Twitter website and asked to verify yourself, after this you'll be taken back here, then simply scroll down to the botton of the page and click run!</p>
90
  <a href="https://www.watchtower.cartographer.one/"><button class="w3-button w3-light-grey w3-padding-large w3-section " onclick="document.getElementById('download').style.display='block'">
91
  <i class=""></i> Find Out More! πŸ’¬
92
  </button></a>
@@ -375,7 +375,7 @@ with block:
375
 
376
  slider = gr.Slider(value=30, interactive=True, label="Threshold Confidence Tolerance")
377
 
378
- chatbot = gr.Chatbot(label="Watchtower Output", value=[('Welcome to Watchtower.', 'Log in via Twitter and configure your blocking options above.')]).style(color_map=["blue","grey"])
379
 
380
  btn = gr.Button("Run WatchTower").style(full_width=True).style()
381
  btn.click(fn=button_pressed, inputs=[slider, url_params],
 
84
  <div class="w3-padding-large w3-white">
85
  <div class="w3-row-padding-large">
86
  <div class="w3-col">
87
+ <h1 class="w3-jumbo"><b>WatchTower 🐘🚧</b></h1>
88
+ <h1 class="w3-xxxlarge w3-text-grey"><b>Remove Unfavorable Toots From Your Mastodon Feed </b></h1>
89
+ <p><span class="w3-xlarge">Scroll down to use WatchTower Ivory. ⬇ </span> WatchTower is a tool that identifies hate speech, misinformation, and extremist content and blocks/ mutes it from your feed. WatchTower Ivory is the second iteration of WatchTower designed for Mastodon. WatchTower blocks content based on it's current database, so make sure to come back regularly to ensure you're up to date! We use a queue system, which means you may need to wait your turn to run WatchTower - however, once you've clicked run, you can close the tab as WatchTower will continue in the background. WatchTower is simple to use: first scroll down the page and click the 'sign in with Twitter' button, then you'll be taken to the Twitter website and asked to verify yourself, after this you'll be taken back here, then simply scroll down to the bottom of the page and click run!</p>
90
  <a href="https://www.watchtower.cartographer.one/"><button class="w3-button w3-light-grey w3-padding-large w3-section " onclick="document.getElementById('download').style.display='block'">
91
  <i class=""></i> Find Out More! πŸ’¬
92
  </button></a>
 
375
 
376
  slider = gr.Slider(value=30, interactive=True, label="Threshold Confidence Tolerance")
377
 
378
+ chatbot = gr.Chatbot(label="Watchtower Output", value=[('Welcome to Watchtower.', 'Log in via Twitter and configure your blocking options above.')]).style(color_map=["grey","ivory"])
379
 
380
  btn = gr.Button("Run WatchTower").style(full_width=True).style()
381
  btn.click(fn=button_pressed, inputs=[slider, url_params],