User1342 commited on
Commit
9ee7117
·
1 Parent(s): 289d4b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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://cdn.cms-twdigitalassets.com/content/dam/developer-twitter/auth-docs/sign-in-with-twitter-gray.png.twimg.1920.png" alt="Log In With Twitter"></a><br>'.format(
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 Twitter 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):
 
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):