Muhammad Qasim commited on
Commit
83758fa
1 Parent(s): eec70c8

Update htmlTemplates.py

Browse files
Files changed (1) hide show
  1. 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: 45px; max-width: 45px; border-radius: 20%; object-fit: cover;">
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>