Ron Au commited on
Commit
2620a89
β€’
1 Parent(s): e756a65

Initial Commit

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -3,13 +3,13 @@
3
  <head>
4
  <meta charset="UTF-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>πŸ€— Space served with Python's http module</title>
7
  <link rel="stylesheet" href="style.css" />
8
  <script type="module" src="index.js"></script>
9
  </head>
10
  <body>
11
  <main>
12
- <h1>πŸ€— Space served with Python's http module</h1>
13
  <section id="image-gen">
14
  <h2>Image generation from Inference API</h2>
15
  <p>
3
  <head>
4
  <meta charset="UTF-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <title>Python πŸ€— Space served with http module</title>
7
  <link rel="stylesheet" href="style.css" />
8
  <script type="module" src="index.js"></script>
9
  </head>
10
  <body>
11
  <main>
12
+ <h1>Python πŸ€— Space served with http module</h1>
13
  <section id="image-gen">
14
  <h2>Image generation from Inference API</h2>
15
  <p>