swjin commited on
Commit
22eb8d9
·
1 Parent(s): 8839f4c

Update htmlTemplates.py

Browse files
Files changed (1) hide show
  1. htmlTemplates.py +2 -2
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/cN0nmSj/Screenshot-2023-05-28-at-02-37-21.png" style="max-height: 78px; max-width: 78px; border-radius: 50%; object-fit: cover;">
32
  </div>
33
  <div class="message">{{MSG}}</div>
34
  </div>
@@ -37,7 +37,7 @@ bot_template = '''
37
  user_template = '''
38
  <div class="chat-message user">
39
  <div class="avatar">
40
- <img src="https://i.ibb.co/rdZC7LZ/Photo-logo-1.png">
41
  </div>
42
  <div class="message">{{MSG}}</div>
43
  </div>
 
28
  bot_template = '''
29
  <div class="chat-message bot">
30
  <div class="avatar">
31
+ <img src="https://img.hankyung.com/photo/201902/01.18963926.1.jpg" style="max-height: 78px; max-width: 78px; border-radius: 50%; object-fit: cover;">
32
  </div>
33
  <div class="message">{{MSG}}</div>
34
  </div>
 
37
  user_template = '''
38
  <div class="chat-message user">
39
  <div class="avatar">
40
+ <img src="https://www.icmetl.org/wp-content/uploads/2020/11/user-icon-human-person-sign-vector-10206693.png.webpr">
41
  </div>
42
  <div class="message">{{MSG}}</div>
43
  </div>