imseldrith commited on
Commit
0a590ad
1 Parent(s): cfc17e1

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -151,9 +151,9 @@
151
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
152
  </head>
153
  <body>
154
- <div class="logo-container"></div>
155
  <div class="container">
156
- <div class="logo-container"></div>
157
  <h1 class="mt-5">Image Generator</h1>
158
  <form action="/generate" method="POST" onsubmit="showGeneratingMessage()">
159
  <div class="mb-3">
 
151
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
152
  </head>
153
  <body>
154
+
155
  <div class="container">
156
+ <img src="https://imseldrith-imagine.hf.space/static/imagine_logo.gif">
157
  <h1 class="mt-5">Image Generator</h1>
158
  <form action="/generate" method="POST" onsubmit="showGeneratingMessage()">
159
  <div class="mb-3">