Spaces:
Paused
Paused
Update localGPTUI/templates/home.html
Browse files
localGPTUI/templates/home.html
CHANGED
@@ -7,12 +7,9 @@
|
|
7 |
<!-- Bootstrap CSS -->
|
8 |
|
9 |
<link rel="icon" type="image" href="static\social_icons\favicon.png" />
|
10 |
-
<script src="
|
11 |
-
<
|
12 |
-
<
|
13 |
-
rel="stylesheet"
|
14 |
-
href="static\dependencies\bootstrap-5.1.3-dist\css\bootstrap.min.css"
|
15 |
-
/>
|
16 |
|
17 |
<title>localGPT</title>
|
18 |
</head>
|
|
|
7 |
<!-- Bootstrap CSS -->
|
8 |
|
9 |
<link rel="icon" type="image" href="static\social_icons\favicon.png" />
|
10 |
+
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
11 |
+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
|
12 |
+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
|
|
|
|
|
|
|
13 |
|
14 |
<title>localGPT</title>
|
15 |
</head>
|