Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 88 |
-
<h1 class="w3-xxxlarge w3-text-
|
| 89 |
-
<p><span class="w3-xlarge">Scroll down to use WatchTower
|
| 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=["
|
| 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],
|