Spaces:
Runtime error
Runtime error
Update KBTrain.html
Browse files- KBTrain.html +4 -6
KBTrain.html
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<head>
|
4 |
-
<title>
|
5 |
<style>
|
6 |
body {
|
7 |
background-color: #f2f2f2;
|
@@ -87,7 +87,7 @@
|
|
87 |
gap: 20px 20px;
|
88 |
background-repeat: no-repeat;
|
89 |
background-size: cover;
|
90 |
-
|
91 |
}
|
92 |
|
93 |
.upload-form {
|
@@ -123,10 +123,8 @@
|
|
123 |
<body>
|
124 |
<div class="container">
|
125 |
<div class="header">
|
126 |
-
|
127 |
-
|
128 |
-
</div>
|
129 |
-
<div>AI Assist Powered by JioGPT</div>
|
130 |
</div>
|
131 |
<div class="upload-form">
|
132 |
<form action="/file_upload" method="post" enctype="multipart/form-data">
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<head>
|
4 |
+
<title>KB Upload Form</title>
|
5 |
<style>
|
6 |
body {
|
7 |
background-color: #f2f2f2;
|
|
|
87 |
gap: 20px 20px;
|
88 |
background-repeat: no-repeat;
|
89 |
background-size: cover;
|
90 |
+
|
91 |
}
|
92 |
|
93 |
.upload-form {
|
|
|
123 |
<body>
|
124 |
<div class="container">
|
125 |
<div class="header">
|
126 |
+
|
127 |
+
<div>AI Assist Powered by J-GPT</div>
|
|
|
|
|
128 |
</div>
|
129 |
<div class="upload-form">
|
130 |
<form action="/file_upload" method="post" enctype="multipart/form-data">
|