pranavnair2 commited on
Commit
c8f2cf8
1 Parent(s): 9668379

Update htmlTemplates.py

Browse files
Files changed (1) hide show
  1. htmlTemplates.py +0 -1
htmlTemplates.py CHANGED
@@ -29,7 +29,6 @@ bot_template = '''
29
  <div class="chat-message bot">
30
  <div class="avatar">
31
  <img src="https://i.ibb.co/L022b4R/bot.webp" alt="bot" style="max-height: 78px; max-width: 78px; border-radius: 50%; object-fit: cover;">
32
- <img src="https://i.ibb.co/L022b4R/bot.webp" alt="bot" border="0">
33
  </div>
34
  <div class="message">{{MSG}}</div>
35
  </div>
 
29
  <div class="chat-message bot">
30
  <div class="avatar">
31
  <img src="https://i.ibb.co/L022b4R/bot.webp" alt="bot" style="max-height: 78px; max-width: 78px; border-radius: 50%; object-fit: cover;">
 
32
  </div>
33
  <div class="message">{{MSG}}</div>
34
  </div>