Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ class="w3-jumbo"><b>Bubble Check-In🐦💭</b></h1> <h1 class="w3-xxxlarge w3-t
|
|
| 37 |
</span> Bubble Check-In is a tool designed to allow you to check-in-on the type of content someone on Twitter is
|
| 38 |
being exposed to - be that yourself, a friend, loved one, etc. The goal here is to empower us to look out for
|
| 39 |
each-other and identify early if someone is experiencing activity such as hate speech or extremism. We use a queue
|
| 40 |
-
system, which means <b> you may need to wait your turn to run
|
| 41 |
you can close the tab as Bubble Check-In will continue in the background. Bubble Check-In is simple to use simply enter the username of the Twitter account you want to check-in-on and click run!</p>
|
| 42 |
<a href="https://www.jamesstevenson.me/cartographer-labs/"><button class="w3-button w3-light-grey w3-padding-large w3-section
|
| 43 |
" onclick="document.getElementById('download').style.display='block'"> <i class=""></i> Find Out More! 💬
|
|
@@ -54,7 +54,7 @@ for (i = 0; i < x.length; i++) { x[i].style.display = "none"; } x[slideIndex-1].
|
|
| 54 |
# Setup the gradio block and add some generic CSS
|
| 55 |
block = gr.Blocks(
|
| 56 |
css=".container { max-width: 800px; margin: auto; } h1 { margin: 0px; padding: 5px 0; line-height: 50px; font-size: 60pt; }.close-heading {margin: 0px; padding: 0px;} .close-heading p { margin: 0px; padding: 0px;}",
|
| 57 |
-
title="
|
| 58 |
|
| 59 |
|
| 60 |
def check_connected_users(username):
|
|
@@ -452,7 +452,7 @@ with block:
|
|
| 452 |
with gr.Box():
|
| 453 |
with gr.Row().style(equal_height=True):
|
| 454 |
text_input = gr.Text(label="Username", visible=True, max_lines=1)
|
| 455 |
-
btn = gr.Button("Run
|
| 456 |
gr.HTML(value="<br>")
|
| 457 |
output_label = gr.Label(label="Summary")
|
| 458 |
gr.HTML(value="<br>")
|
|
|
|
| 37 |
</span> Bubble Check-In is a tool designed to allow you to check-in-on the type of content someone on Twitter is
|
| 38 |
being exposed to - be that yourself, a friend, loved one, etc. The goal here is to empower us to look out for
|
| 39 |
each-other and identify early if someone is experiencing activity such as hate speech or extremism. We use a queue
|
| 40 |
+
system, which means <b> you may need to wait your turn to run Bubble Check-In</b> - however, once you've clicked run,
|
| 41 |
you can close the tab as Bubble Check-In will continue in the background. Bubble Check-In is simple to use simply enter the username of the Twitter account you want to check-in-on and click run!</p>
|
| 42 |
<a href="https://www.jamesstevenson.me/cartographer-labs/"><button class="w3-button w3-light-grey w3-padding-large w3-section
|
| 43 |
" onclick="document.getElementById('download').style.display='block'"> <i class=""></i> Find Out More! 💬
|
|
|
|
| 54 |
# Setup the gradio block and add some generic CSS
|
| 55 |
block = gr.Blocks(
|
| 56 |
css=".container { max-width: 800px; margin: auto; } h1 { margin: 0px; padding: 5px 0; line-height: 50px; font-size: 60pt; }.close-heading {margin: 0px; padding: 0px;} .close-heading p { margin: 0px; padding: 0px;}",
|
| 57 |
+
title="Bubble Check-In")
|
| 58 |
|
| 59 |
|
| 60 |
def check_connected_users(username):
|
|
|
|
| 452 |
with gr.Box():
|
| 453 |
with gr.Row().style(equal_height=True):
|
| 454 |
text_input = gr.Text(label="Username", visible=True, max_lines=1)
|
| 455 |
+
btn = gr.Button("Run Bubble Check-In").style(full_width=True).style()
|
| 456 |
gr.HTML(value="<br>")
|
| 457 |
output_label = gr.Label(label="Summary")
|
| 458 |
gr.HTML(value="<br>")
|