Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
<meta name="viewport" content="width=device-width">
|
6 |
<title>Sema Translator</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
-
<py-script src="
|
9 |
</head>
|
10 |
<body>
|
11 |
<div class="Header">
|
@@ -49,4 +49,4 @@ print("Translated text:", translation)
|
|
49 |
<h1>Created by Lewis Kamau Kiamru</h1>
|
50 |
</div>
|
51 |
</body>
|
52 |
-
</html>
|
|
|
5 |
<meta name="viewport" content="width=device-width">
|
6 |
<title>Sema Translator</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
+
<py-script src="app.py"></py-script>
|
9 |
</head>
|
10 |
<body>
|
11 |
<div class="Header">
|
|
|
49 |
<h1>Created by Lewis Kamau Kiamru</h1>
|
50 |
</div>
|
51 |
</body>
|
52 |
+
</html>
|