chandrakalagowda commited on
Commit
ce2c922
1 Parent(s): 381f171

Update htmlTemplates.py

Browse files
Files changed (1) hide show
  1. 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://i.ibb.co/2kXvC4L/button-1.png" style="max-height: 78px; max-width: 78px; border-radius: 50%; object-fit: cover;">
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://i.ibb.co/80dygBt/askmeanything.jpg" style="max-height: 78px; max-width: 78px; border-radius: 50%; object-fit: cover;">
41
  </div>
42
  <div class="message">{{MSG}}</div>
43
  </div>