Skip to content

Commit 147e5fa

Browse files
committed
update universalpython
1 parent 5f0294e commit 147e5fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ export default function Home() {
523523
color: "gray",
524524
marginLeft: "18px",
525525
}}>
526-
Translation not looking right? Make edits <a style={{}} href={"https://github.com/UniversalPython/UniversalPython/edit/main/universalpython/" + targetLanguage.toEnglishDict.replaceAll("'", '')} target='_blank'>here</a>.
526+
Translation not looking right? Make edits <a style={{textDecoration: "underline"}} href={"https://github.com/UniversalPython/UniversalPython/edit/main/universalpython/" + targetLanguage.toEnglishDict.replaceAll("'", '')} target='_blank'>here</a>.
527527
</span>
528528
)
529529
}
@@ -622,7 +622,7 @@ display(now.strftime("%m/%d/%Y, %H:%M:%S"))
622622
}}>
623623

624624
<py-config>{`
625-
packages = ["numpy", "https://test-files.pythonhosted.org/packages/97/ae/5df2bac28fc0557ec9a01c3b6852602a8f0c3d2dcfeb5b3342b5500d76e0/urdupython-0.1.4-py3-none-any.whl"]
625+
packages = ["https://test-files.pythonhosted.org/packages/ee/de/c7808c5b88a4b7bb5ef26274e30fd6921d0134ea1be9852be0515489c10b/urdupython-0.1.5-py3-none-any.whl"]
626626
`}</py-config>
627627

628628
{/* <py-config>{`
@@ -666,7 +666,7 @@ style={{
666666
padding: "12px 18px 0px",
667667
}} key={code+"_"+sourceLanguage.id+"_"+targetLanguage.id}>
668668
{`
669-
from urdupython import (run_module, SCRIPTDIR);
669+
from universalpython import (run_module, SCRIPTDIR);
670670
from pyscript import document, display;
671671
import os;
672672
import sys;

0 commit comments

Comments
 (0)