Muhammad Qasim
commited on
Commit
•
83758fa
1
Parent(s):
eec70c8
Update htmlTemplates.py
Browse files- htmlTemplates.py +1 -1
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>
|
|
|
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: 55px; max-width: 55px; border-radius: 20%; object-fit: cover;">
|
54 |
</div>
|
55 |
<div class="message">{{MSG}}</div>
|
56 |
</div>
|