Tomoniai commited on
Commit
c06b567
·
1 Parent(s): 6de61bc

Create index.html

Browse files
Files changed (1) hide show
  1. index.html +13 -0
index.html ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>Test Space</title>
5
+ </head>
6
+ <body>
7
+ <h1>Thanks for visiting</h1>
8
+ <p>
9
+ Please, if you want to chat with Mistral, visit
10
+ <a href="https://huggingface.co/spaces/Tomoniai/Demo_Mistral_Chat">Mistral Chat</a>
11
+ </p>
12
+ </body>
13
+ </html>