freealise commited on
Commit
6c8aab2
·
1 Parent(s): fb18787

link to dict

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -106,8 +106,8 @@ if sentence:
106
 
107
  wrd = cells[2]
108
  if wrd != "\_":
109
- cells[2] = "<iframe src='https://script.google.com/macros/s/AKfycbz5br4wnfSGtucWKwGQq1Tb07eshJez6uVaFatn4xJAc_rcrcA/exec?a=proxy&q=https://pealim.com/search/?q=" + wrd + "' width='256' height='128'></iframe><br/>"
110
- cells[2] += "<iframe src='https://freeali.se/freealise/translate/loader.htm?q=" + wrd + "' width='256' height='128'></iframe><br/>"
111
  cells[2] += "<a href='javascript:' onclick=''>" + wrd + "</a>"
112
 
113
  table_md += "| " + " | ".join(cells) + " |\n"
 
106
 
107
  wrd = cells[2]
108
  if wrd != "\_":
109
+ cells[2] = "<iframe src='https://freeali.se/freealise/translate/loader.htm?q=" + wrd + "&a=conj' width='256' height='128'></iframe><br/>"
110
+ cells[2] += "<iframe src='https://freeali.se/freealise/translate/loader.htm?q=" + wrd + "&a=def' width='256' height='128'></iframe><br/>"
111
  cells[2] += "<a href='javascript:' onclick=''>" + wrd + "</a>"
112
 
113
  table_md += "| " + " | ".join(cells) + " |\n"