Boardpac/theekshanas commited on
Commit
c9744f1
1 Parent(s): 69b7289

user, bot icons changed

Browse files
ui/__pycache__/htmlTemplates.cpython-311.pyc CHANGED
Binary files a/ui/__pycache__/htmlTemplates.cpython-311.pyc and b/ui/__pycache__/htmlTemplates.cpython-311.pyc differ
 
ui/a.jpg DELETED
Binary file (156 kB)
 
ui/a.png ADDED
ui/bot1.jpg DELETED
Binary file (38.2 kB)
 
ui/bot2.webp DELETED
Binary file (21.9 kB)
 
ui/bot3.png ADDED
ui/bot4.png ADDED
ui/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://as2.ftcdn.net/v2/jpg/05/56/09/81/1000_F_556098117_GdiFN9p9j89dpt3JhLJsegV76tt1NhfA.jpg">
32
  </div>
33
  <div class="message">{{MSG}}</div>
34
  </div>
@@ -36,7 +36,7 @@ bot_template = '''
36
  user_template = '''
37
  <div class="chat-message user">
38
  <div class="avatar">
39
- <img src="https://coursera-profile-photos.s3.amazonaws.com/2a/f80e20d0fe4e628036656d2ec2b85b/a.jpg">
40
  </div>
41
  <div class="message">{{MSG}}</div>
42
  </div>
 
28
  bot_template = '''
29
  <div class="chat-message bot">
30
  <div class="avatar">
31
+ <img src="https://cdn-icons-png.flaticon.com/128/4712/4712038.png">
32
  </div>
33
  <div class="message">{{MSG}}</div>
34
  </div>
 
36
  user_template = '''
37
  <div class="chat-message user">
38
  <div class="avatar">
39
+ <img src="https://cdn-icons-png.flaticon.com/512/1177/1177568.png">
40
  </div>
41
  <div class="message">{{MSG}}</div>
42
  </div>