demoPOC commited on
Commit
2449e67
·
1 Parent(s): d969a8f

Update KBTrain.html

Browse files
Files changed (1) hide show
  1. KBTrain.html +4 -6
KBTrain.html CHANGED
@@ -1,7 +1,7 @@
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
4
- <title>File Upload Form</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
- /* background-image: url({{url_for('static',filename='Jio-Logo.png')}}); */
91
  }
92
 
93
  .upload-form {
@@ -123,10 +123,8 @@
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="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">