Muhammad Qasim
commited on
Commit
•
eec70c8
1
Parent(s):
7fadb6c
Update htmlTemplates.py
Browse files- htmlTemplates.py +2 -2
htmlTemplates.py
CHANGED
@@ -50,7 +50,7 @@ a:link {
|
|
50 |
bot_template = '''
|
51 |
<div class="chat-message bot">
|
52 |
<div class="avatar">
|
53 |
-
<img src="https://pub-f858c7e521464395920779af297fb1bd.r2.dev/TalkWithPFD-icon.png" style="max-height:
|
54 |
</div>
|
55 |
<div class="message">{{MSG}}</div>
|
56 |
</div>
|
@@ -59,7 +59,7 @@ bot_template = '''
|
|
59 |
user_template = '''
|
60 |
<div class="chat-message user">
|
61 |
<div class="avatar">
|
62 |
-
<img src="https://avatars.githubusercontent.com/u/63995315" style="max-height:
|
63 |
</div>
|
64 |
<div class="message">{{MSG}}</div>
|
65 |
</div>
|
|
|
50 |
bot_template = '''
|
51 |
<div class="chat-message bot">
|
52 |
<div class="avatar">
|
53 |
+
<img src="https://pub-f858c7e521464395920779af297fb1bd.r2.dev/TalkWithPFD-icon.png" style="max-height: 45px; max-width: 45px; border-radius: 20%; object-fit: cover;">
|
54 |
</div>
|
55 |
<div class="message">{{MSG}}</div>
|
56 |
</div>
|
|
|
59 |
user_template = '''
|
60 |
<div class="chat-message user">
|
61 |
<div class="avatar">
|
62 |
+
<img src="https://avatars.githubusercontent.com/u/63995315" style="max-height: 45px; max-width: 45px; border-radius: 20%; object-fit: cover;">
|
63 |
</div>
|
64 |
<div class="message">{{MSG}}</div>
|
65 |
</div>
|