tx3bas commited on
Commit
f664429
·
verified ·
1 Parent(s): 9ed6607

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def get_google_cache_date(url):
35
  emoji = "😭"
36
 
37
  formatted_date = cache_date.strftime('%d/%m/%Y')
38
- return f"<p style='margin-bottom: 10px; margin-top:10px;text-align: center; background: #ffffff; padding: 8px; border-radius: 8px; border-width: 1px; border: solid 1px #e5e7eb;'><a style='color:#1f2937;text-decoration:none' href='cache:{url}'>👁 </a> Cacheada por Google hace {days_ago} {day_word} ({formatted_date}) {emoji}</p>"
39
  else:
40
  return "Url no cacheada por Google ⛔"
41
  else:
 
35
  emoji = "😭"
36
 
37
  formatted_date = cache_date.strftime('%d/%m/%Y')
38
+ return f"<p style='margin-bottom: 10px; margin-top:10px;text-align: center; background: #ffffff; padding: 8px; border-radius: 8px; border-width: 1px; border: solid 1px #e5e7eb;'><a style='color:#1f2937;text-decoration:none' title='Ver la url cacheada' href='cache:{url}'>👁 </a> Cacheada por Google hace {days_ago} {day_word} ({formatted_date}) {emoji}</p>"
39
  else:
40
  return "Url no cacheada por Google ⛔"
41
  else: