Spaces:
Sleeping
Sleeping
link to dict
Browse files
app.py
CHANGED
@@ -106,8 +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 + "' 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"
|