freealise commited on
Commit
bc22d0b
·
1 Parent(s): c37dcff

link to dict

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ if sentence:
130
 
131
  wrd = cells[2]
132
  if wrd != "\_":
133
- cells[2] = "<div class='google-translate-place'><div class='google-translate-crop'><iframe class='google-translate' src='https://www.google.com/search?igu=1&q=" + wrd + "+in+English&authuser=0&hl=en-US' width='256' height='128'></iframe></div></div><br/>"
134
  cells[2] += "<iframe src='https://freeali.se/freealise/translate/loader.htm?q=" + wrd + "&a=conj' width='256' height='128'></iframe><br/>"
135
  cells[2] += "<iframe src='https://freeali.se/freealise/translate/loader.htm?q=" + wrd + "&a=def' width='256' height='128'></iframe><br/>"
136
  cells[2] += "<a href='javascript:' onclick=''>" + wrd + "</a>"
 
130
 
131
  wrd = cells[2]
132
  if wrd != "\_":
133
+ cells[2] = "<div class='google-translate-place'><div class='google-translate-crop'><iframe class='google-translate' src='https://www.google.com/search?igu=1&q=" + wrd + "+in+English+google+translate&authuser=0&hl=en-US' width='256' height='128'></iframe></div></div><br/>"
134
  cells[2] += "<iframe src='https://freeali.se/freealise/translate/loader.htm?q=" + wrd + "&a=conj' width='256' height='128'></iframe><br/>"
135
  cells[2] += "<iframe src='https://freeali.se/freealise/translate/loader.htm?q=" + wrd + "&a=def' width='256' height='128'></iframe><br/>"
136
  cells[2] += "<a href='javascript:' onclick=''>" + wrd + "</a>"