freealise commited on
Commit
98066c4
·
1 Parent(s): 3e24d5f

link to dict

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -127,6 +127,7 @@ if sentence:
127
  wrd = cells[2]
128
  if wrd != "\_":
129
  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/>"
 
130
  cells[2] += "<iframe src='https://freeali.se/freealise/translate/loader.htm?q=" + wrd + "&a=conj' width='256' height='128'></iframe><br/>"
131
  cells[2] += "<iframe src='https://freeali.se/freealise/translate/loader.htm?q=" + wrd + "&a=def' width='256' height='128'></iframe><br/>"
132
  cells[2] += "<a href='https://dict.com/hebrew-english/" + wrd + "' target='_blank'>" + wrd + "</a>"
 
127
  wrd = cells[2]
128
  if wrd != "\_":
129
  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/>"
130
+ cells[2] += "<iframe src='https://books.google.com/ngrams/interactive_chart?content=" + wrd + "_*&year_start=1800&year_end=2022&corpus=iw&smoothing=50' width='256' height='128'></iframe><br/>"
131
  cells[2] += "<iframe src='https://freeali.se/freealise/translate/loader.htm?q=" + wrd + "&a=conj' width='256' height='128'></iframe><br/>"
132
  cells[2] += "<iframe src='https://freeali.se/freealise/translate/loader.htm?q=" + wrd + "&a=def' width='256' height='128'></iframe><br/>"
133
  cells[2] += "<a href='https://dict.com/hebrew-english/" + wrd + "' target='_blank'>" + wrd + "</a>"