afkarfcom commited on
Commit
c5dddee
1 Parent(s): ad7ef4a

Update htmlTemplates.py

Browse files
Files changed (1) hide show
  1. htmlTemplates.py +1 -1
htmlTemplates.py CHANGED
@@ -28,7 +28,7 @@ css = '''
28
  bot_template = '''
29
  <div class="chat-message bot">
30
  <div class="avatar">
31
- <img src="https://i.ibb.co.com/TtkFJFv/portrait-3292287-1920.jpg" style="max-height: 78px; max-width: 78px; border-radius: 50%; object-fit: cover;">
32
  </div>
33
  <div class="message">{{MSG}}</div>
34
  </div>
 
28
  bot_template = '''
29
  <div class="chat-message bot">
30
  <div class="avatar">
31
+ <img src="https://i.ibb.co.com/CJsWjTj/robot-8804084-1280.png" style="max-height: 78px; max-width: 78px; border-radius: 50%; object-fit: cover;">
32
  </div>
33
  <div class="message">{{MSG}}</div>
34
  </div>