Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -311,10 +311,10 @@ def update_target_website():
|
|
| 311 |
twitter_auth_button.value = '<a href={}><img src="https://seeklogo.com/images/M/mastodon-logo-AAA76BE2CA-seeklogo.com.png" alt="Log In With Mastodon"></a><br>'.format(
|
| 312 |
get_target_website())
|
| 313 |
twitter_auth_button.update(
|
| 314 |
-
value='<a href={}><img src="https://seeklogo.com/images/M/mastodon-logo-AAA76BE2CA-seeklogo.com.png" alt="Log In With
|
| 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
|
| 318 |
get_target_website())
|
| 319 |
|
| 320 |
|
|
|
|
| 311 |
twitter_auth_button.value = '<a href={}><img src="https://seeklogo.com/images/M/mastodon-logo-AAA76BE2CA-seeklogo.com.png" alt="Log In With Mastodon"></a><br>'.format(
|
| 312 |
get_target_website())
|
| 313 |
twitter_auth_button.update(
|
| 314 |
+
value='<a href={}><img src="https://seeklogo.com/images/M/mastodon-logo-AAA76BE2CA-seeklogo.com.png" alt="Log In With mastodon "></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 mastodon "></a><br>'.format(
|
| 318 |
get_target_website())
|
| 319 |
|
| 320 |
|