Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -314,7 +314,7 @@ def update_target_website():
|
|
| 314 |
value='<a href={}><img src="https://seeklogo.com/images/M/mastodon-logo-AAA76BE2CA-seeklogo.com.png" alt="Log In With Twitter"></a><br>'.format(
|
| 315 |
get_target_website()))
|
| 316 |
|
| 317 |
-
return '<a href={}><img src="https://
|
| 318 |
get_target_website())
|
| 319 |
|
| 320 |
|
|
@@ -354,8 +354,8 @@ with block:
|
|
| 354 |
|
| 355 |
# todo check if user signed in
|
| 356 |
|
| 357 |
-
user_message = "Log in via
|
| 358 |
-
chat_history.append(["
|
| 359 |
gr.HTML(value=html_data)
|
| 360 |
with gr.Group():
|
| 361 |
with gr.Row().style(equal_height=True):
|
|
|
|
| 314 |
value='<a href={}><img src="https://seeklogo.com/images/M/mastodon-logo-AAA76BE2CA-seeklogo.com.png" alt="Log In With Twitter"></a><br>'.format(
|
| 315 |
get_target_website()))
|
| 316 |
|
| 317 |
+
return '<a href={}><img src="https://seeklogo.com/images/M/mastodon-logo-AAA76BE2CA-seeklogo.com.png" alt="Log In With Twitter"></a><br>'.format(
|
| 318 |
get_target_website())
|
| 319 |
|
| 320 |
|
|
|
|
| 354 |
|
| 355 |
# todo check if user signed in
|
| 356 |
|
| 357 |
+
user_message = "Log in via Mastodon and configure your blocking options above."
|
| 358 |
+
chat_history.append(["WelcoMe to Watchtower.", user_message])
|
| 359 |
gr.HTML(value=html_data)
|
| 360 |
with gr.Group():
|
| 361 |
with gr.Row().style(equal_height=True):
|