Spaces:
Sleeping
Sleeping
Update frontend/index.html
Browse files- frontend/index.html +3 -3
frontend/index.html
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
<html lang="en">
|
| 3 |
|
| 4 |
<head>
|
| 5 |
-
<title>
|
| 6 |
<meta charset="utf-8">
|
| 7 |
<link rel="stylesheet" href="/assets/style.css">
|
| 8 |
<link href="/assets/prism-tomorrow-night.css " rel="stylesheet" />
|
|
@@ -14,7 +14,7 @@
|
|
| 14 |
<span class="title-bar">
|
| 15 |
<span class="left-group">
|
| 16 |
<img src="/images/WallD.png" alt="logo" height="50px">
|
| 17 |
-
<h1>
|
| 18 |
</span>
|
| 19 |
<span class="right-group">
|
| 20 |
<button class="new-conv" id="newConvButton" data-tooltip="New Conversation" shortcut="ctrl+alt+N">
|
|
@@ -29,7 +29,7 @@
|
|
| 29 |
|
| 30 |
<main class="chat-container">
|
| 31 |
<div class="welcome" id="welcome-message">
|
| 32 |
-
<h1 class="main-title">I'm
|
| 33 |
<p class="subtitle">How can I help you today?</p>
|
| 34 |
<div class="functions" id="functions-box">
|
| 35 |
<div class="doc-sum">
|
|
|
|
| 2 |
<html lang="en">
|
| 3 |
|
| 4 |
<head>
|
| 5 |
+
<title>Wall-D</title>
|
| 6 |
<meta charset="utf-8">
|
| 7 |
<link rel="stylesheet" href="/assets/style.css">
|
| 8 |
<link href="/assets/prism-tomorrow-night.css " rel="stylesheet" />
|
|
|
|
| 14 |
<span class="title-bar">
|
| 15 |
<span class="left-group">
|
| 16 |
<img src="/images/WallD.png" alt="logo" height="50px">
|
| 17 |
+
<h1>Wall-D</h1>
|
| 18 |
</span>
|
| 19 |
<span class="right-group">
|
| 20 |
<button class="new-conv" id="newConvButton" data-tooltip="New Conversation" shortcut="ctrl+alt+N">
|
|
|
|
| 29 |
|
| 30 |
<main class="chat-container">
|
| 31 |
<div class="welcome" id="welcome-message">
|
| 32 |
+
<h1 class="main-title">I'm Wall-D, your bot assistant</h1>
|
| 33 |
<p class="subtitle">How can I help you today?</p>
|
| 34 |
<div class="functions" id="functions-box">
|
| 35 |
<div class="doc-sum">
|