Update htmlTemplates.py
Browse files- htmlTemplates.py +1 -1
htmlTemplates.py
CHANGED
@@ -37,7 +37,7 @@ bot_template = '''
|
|
37 |
user_template = '''
|
38 |
<div class="chat-message user">
|
39 |
<div class="avatar">
|
40 |
-
<img src="https://
|
41 |
</div>
|
42 |
<div class="message">{{MSG}}</div>
|
43 |
</div>
|
|
|
37 |
user_template = '''
|
38 |
<div class="chat-message user">
|
39 |
<div class="avatar">
|
40 |
+
<img src="https://icons.veryicon.com/png/o/internet--web/website-blog-utility-icon/personal-center-human-shape.png">
|
41 |
</div>
|
42 |
<div class="message">{{MSG}}</div>
|
43 |
</div>
|