Update index.html
Browse files- index.html +8 -3
index.html
CHANGED
@@ -4,6 +4,7 @@
|
|
4 |
<title>Goals of the World Health Organization</title>
|
5 |
<script src="https://cdn.jsdelivr.net/npm/@tensorflow/[email protected]/dist/tf.min.js"></script>
|
6 |
<script src="https://cdn.jsdelivr.net/npm/@huggingface/[email protected]/dist/transformers.min.js"></script>
|
|
|
7 |
<script>
|
8 |
async function generateGoals() {
|
9 |
// Load the GPT-2 model
|
@@ -31,8 +32,12 @@
|
|
31 |
</script>
|
32 |
</head>
|
33 |
<body onload="generateGoals()">
|
34 |
-
<
|
35 |
-
|
36 |
-
|
|
|
|
|
|
|
|
|
37 |
</body>
|
38 |
</html>
|
|
|
4 |
<title>Goals of the World Health Organization</title>
|
5 |
<script src="https://cdn.jsdelivr.net/npm/@tensorflow/[email protected]/dist/tf.min.js"></script>
|
6 |
<script src="https://cdn.jsdelivr.net/npm/@huggingface/[email protected]/dist/transformers.min.js"></script>
|
7 |
+
<link rel="stylesheet" type="text/css" href="style.css">
|
8 |
<script>
|
9 |
async function generateGoals() {
|
10 |
// Load the GPT-2 model
|
|
|
32 |
</script>
|
33 |
</head>
|
34 |
<body onload="generateGoals()">
|
35 |
+
<div id="content">
|
36 |
+
<h1>Goals of the World Health Organization</h1>
|
37 |
+
<p id="goals">Loading...</p>
|
38 |
+
<img id="gif" src="https://media.giphy.com/media/l0MYt5jPR6QX5pnqM/giphy.gif" alt="GIF design">
|
39 |
+
<br>
|
40 |
+
<a id="wholink" href="#">Learn more about the WHO</a>
|
41 |
+
</div>
|
42 |
</body>
|
43 |
</html>
|