Taylor658 commited on
Commit
ac1db28
1 Parent(s): 71300f1

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +11 -1
index.html CHANGED
@@ -3,7 +3,7 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>7b-Nov23</title>
7
  <style>
8
  body {
9
  font-family: 'Arial', sans-serif;
@@ -44,6 +44,12 @@
44
  </head>
45
  <body>
46
 
 
 
 
 
 
 
47
  <div class="main">
48
  <iframe src="https://huggingfaceh4-zephyr-chat.hf.space" style="width:100%; height:600px; border:none;"></iframe>
49
  </div>
@@ -54,3 +60,7 @@
54
 
55
  </body>
56
  </html>
 
 
 
 
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Mistral AI</title>
7
  <style>
8
  body {
9
  font-family: 'Arial', sans-serif;
 
44
  </head>
45
  <body>
46
 
47
+ <div class="header">
48
+ <!-- Logo image -->
49
+ <img src="logo.png" alt="7b-Nov23">
50
+ </div>
51
+
52
+
53
  <div class="main">
54
  <iframe src="https://huggingfaceh4-zephyr-chat.hf.space" style="width:100%; height:600px; border:none;"></iframe>
55
  </div>
 
60
 
61
  </body>
62
  </html>
63
+
64
+
65
+ </body>
66
+ </html>