Elia Wäfler commited on
Commit
c321b91
1 Parent(s): 2c73bfa

Update html_templates.py

Browse files
Files changed (1) hide show
  1. html_templates.py +3 -3
html_templates.py CHANGED
@@ -28,7 +28,7 @@ css = '''
28
  bot_template = '''
29
  <div class="chat-message bot">
30
  <div class="avatar">
31
- <img src="https://www.insel.ch/_ari/115280/49841742b8afbc44928918244fb4c6f9b487d5b3/9f6e35f65cbd0d6c47c145f90b1d5a297eb50bcd/1400/0/og/20230704-Anna-Seiler-Haus-009-screen.jpg.webp" style="max-height: 78px; max-width: 78px; border-radius: 50%; object-fit: cover;">
32
  </div>
33
  <div class="message">{{MSG}}</div>
34
  </div>
@@ -37,8 +37,8 @@ bot_template = '''
37
  user_template = '''
38
  <div class="chat-message user">
39
  <div class="avatar">
40
- <img src="https://media.licdn.com/dms/image/C4D03AQHi5rJfheyUtQ/profile-displayphoto-shrink_800_800/0/1638174649461?e=2147483647&v=beta&t=KOsttcLGIwB9pBEVfceHj-ckv_zPHs-2COyrp7aYR-k">
41
  </div>
42
  <div class="message">{{MSG}}</div>
43
  </div>
44
- '''
 
28
  bot_template = '''
29
  <div class="chat-message bot">
30
  <div class="avatar">
31
+ <img src="" 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="">
41
  </div>
42
  <div class="message">{{MSG}}</div>
43
  </div>
44
+ '''