Update templates/med_chatbot.html
Browse files
templates/med_chatbot.html
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<!DOCTYPE html>
|
3 |
<html>
|
4 |
<head>
|
5 |
-
<title>
|
6 |
<link rel="icon"
|
7 |
href="https://img.freepik.com/premium-photo/red-medical-caduceus-symbol-white-background-3d-rendering_476612-15069.jpg"
|
8 |
class="rounded-circle user_img_msg">
|
@@ -39,7 +39,7 @@
|
|
39 |
}
|
40 |
|
41 |
.card {
|
42 |
-
height:
|
43 |
width: 75vw;
|
44 |
border-radius: 25px !important;
|
45 |
background-color: rgba(255,255,255,0.9); /* white */
|
@@ -321,7 +321,7 @@
|
|
321 |
class="rounded-circle user_img">
|
322 |
</div>
|
323 |
<div class="user_info">
|
324 |
-
<span>
|
325 |
<p>Empowering Your Health Journey</p>
|
326 |
</div>
|
327 |
</div>
|
|
|
2 |
<!DOCTYPE html>
|
3 |
<html>
|
4 |
<head>
|
5 |
+
<title>MediBot</title>
|
6 |
<link rel="icon"
|
7 |
href="https://img.freepik.com/premium-photo/red-medical-caduceus-symbol-white-background-3d-rendering_476612-15069.jpg"
|
8 |
class="rounded-circle user_img_msg">
|
|
|
39 |
}
|
40 |
|
41 |
.card {
|
42 |
+
height: 90vh;
|
43 |
width: 75vw;
|
44 |
border-radius: 25px !important;
|
45 |
background-color: rgba(255,255,255,0.9); /* white */
|
|
|
321 |
class="rounded-circle user_img">
|
322 |
</div>
|
323 |
<div class="user_info">
|
324 |
+
<span>MediBot</span>
|
325 |
<p>Empowering Your Health Journey</p>
|
326 |
</div>
|
327 |
</div>
|