kamau1 commited on
Commit
411409c
·
1 Parent(s): e883d81

Update index.html

Browse files
Files changed (1) hide show
  1. 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="modules/app.py"></py-script>
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>