Spaces:
Sleeping
Sleeping
Fix title
Browse files- public/index.html +2 -2
public/index.html
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<html>
|
3 |
<head>
|
4 |
<meta charset="utf-8">
|
5 |
-
<meta name="description" content="
|
6 |
<meta name="viewport" content="width=device-width, height=device-height">
|
7 |
<title>OpenAI Chat with Alpine.js</title>
|
8 |
<link rel="stylesheet" href="assets/css/style.css">
|
@@ -13,7 +13,7 @@
|
|
13 |
|
14 |
<div x-data="chatApp()" x-init="init()" id="app">
|
15 |
<header>
|
16 |
-
<span>
|
17 |
<button @click="clearMessages" class="clear"><img
|
18 |
src="assets/img/cleaning_services.svg"
|
19 |
width="24"
|
|
|
2 |
<html>
|
3 |
<head>
|
4 |
<meta charset="utf-8">
|
5 |
+
<meta name="description" content="Chat with deepseek-coder-1.3b">
|
6 |
<meta name="viewport" content="width=device-width, height=device-height">
|
7 |
<title>OpenAI Chat with Alpine.js</title>
|
8 |
<link rel="stylesheet" href="assets/css/style.css">
|
|
|
13 |
|
14 |
<div x-data="chatApp()" x-init="init()" id="app">
|
15 |
<header>
|
16 |
+
<span>Chat with deepseek-coder-1.3b</span>
|
17 |
<button @click="clearMessages" class="clear"><img
|
18 |
src="assets/img/cleaning_services.svg"
|
19 |
width="24"
|