Spaces:
Runtime error
Runtime error
Update index.html
Browse files- index.html +9 -4
index.html
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<head>
|
4 |
-
<title>AI Assist</title>
|
|
|
|
|
5 |
<style>
|
6 |
body {
|
7 |
background-color: #ECE5DD;
|
@@ -121,7 +123,10 @@
|
|
121 |
<body>
|
122 |
<div class="container">
|
123 |
<div class="header">
|
124 |
-
<div>
|
|
|
|
|
|
|
125 |
</div>
|
126 |
<div class="chat-area">
|
127 |
<div class="bot-message">
|
@@ -173,8 +178,8 @@
|
|
173 |
xhr.send(JSON.stringify({
|
174 |
message: [userInput],
|
175 |
"custDetails": {
|
176 |
-
"cName": "
|
177 |
-
"cDistrict": "
|
178 |
}
|
179 |
}));
|
180 |
xhr.onload = function() {
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<head>
|
4 |
+
<title>J AI Assist</title>
|
5 |
+
<link rel="icon" type="image/png" href="../static/Jio-Logo.png" />
|
6 |
+
<link rel="apple-touch-icon" type="image/png" href="../static/Jio-Logo.png" />
|
7 |
<style>
|
8 |
body {
|
9 |
background-color: #ECE5DD;
|
|
|
123 |
<body>
|
124 |
<div class="container">
|
125 |
<div class="header">
|
126 |
+
<div>
|
127 |
+
<img class="logoClass" src="../static/Jio-Logo.png" alt="Jio Logo" />
|
128 |
+
</div>
|
129 |
+
<div>AI Assist Powered by JioGPT</div>
|
130 |
</div>
|
131 |
<div class="chat-area">
|
132 |
<div class="bot-message">
|
|
|
178 |
xhr.send(JSON.stringify({
|
179 |
message: [userInput],
|
180 |
"custDetails": {
|
181 |
+
"cName": "Mohit Srivastava",
|
182 |
+
"cDistrict": "Lucknow"
|
183 |
}
|
184 |
}));
|
185 |
xhr.onload = function() {
|