Spaces:
Sleeping
Sleeping
link to dict
Browse files
app.py
CHANGED
@@ -106,7 +106,8 @@ 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 + "&a=def' 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://www.google.com/search?igu=1&q=" + wrd + "+in+English&authuser=0&hl=en-US' width='256' height='128'></iframe><br/>"
|
110 |
+
cells[2] += "<iframe src='https://freeali.se/freealise/translate/loader.htm?q=" + wrd + "&a=conj' width='256' height='128'></iframe><br/>"
|
111 |
cells[2] += "<iframe src='https://freeali.se/freealise/translate/loader.htm?q=" + wrd + "&a=def' width='256' height='128'></iframe><br/>"
|
112 |
cells[2] += "<a href='javascript:' onclick=''>" + wrd + "</a>"
|
113 |
|