Spaces:
Sleeping
Sleeping
link to dict
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ if sentence:
|
|
106 |
|
107 |
wrd = cells[2]
|
108 |
if wrd != "\_":
|
109 |
-
cells[2] = "<iframe src='https://
|
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 |
|
|
|
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 |
|