Spaces:
Runtime error
Runtime error
Update htmlTemplates.py
Browse files- htmlTemplates.py +2 -2
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://
|
32 |
</div>
|
33 |
<div class="message">{{MSG}}</div>
|
34 |
</div>
|
@@ -37,7 +37,7 @@ bot_template = '''
|
|
37 |
user_template = '''
|
38 |
<div class="chat-message user">
|
39 |
<div class="avatar">
|
40 |
-
<img src="https://
|
41 |
</div>
|
42 |
<div class="message">{{MSG}}</div>
|
43 |
</div>
|
|
|
28 |
bot_template = '''
|
29 |
<div class="chat-message bot">
|
30 |
<div class="avatar">
|
31 |
+
<img src="https://cdna.artstation.com/p/assets/images/images/054/910/878/large/aaron-wacker-cyberpunk-computer-devices-iot.jpg?1665656564" 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="https://cdnb.artstation.com/p/assets/images/images/054/910/875/large/aaron-wacker-cyberpunk-computer-brain-design.jpg?1665656558">
|
41 |
</div>
|
42 |
<div class="message">{{MSG}}</div>
|
43 |
</div>
|