Spaces:
Runtime error
Runtime error
Update htmlTemplates.py
Browse files- htmlTemplates.py +3 -2
htmlTemplates.py
CHANGED
@@ -23,11 +23,12 @@ css = '''
|
|
23 |
padding: 0 1.5rem;
|
24 |
color: #fff;
|
25 |
}
|
|
|
26 |
'''
|
27 |
bot_template = '''
|
28 |
<div class="chat-message bot">
|
29 |
<div class="avatar">
|
30 |
-
<img src="
|
31 |
</div>
|
32 |
<div class="message">{{MSG}}</div>
|
33 |
</div>
|
@@ -36,7 +37,7 @@ bot_template = '''
|
|
36 |
user_template = '''
|
37 |
<div class="chat-message user">
|
38 |
<div class="avatar">
|
39 |
-
|
40 |
</div>
|
41 |
<div class="message">{{MSG}}</div>
|
42 |
</div>
|
|
|
23 |
padding: 0 1.5rem;
|
24 |
color: #fff;
|
25 |
}
|
26 |
+
|
27 |
'''
|
28 |
bot_template = '''
|
29 |
<div class="chat-message bot">
|
30 |
<div class="avatar">
|
31 |
+
<img src="https://i.ibb.co/cN0nmSj/Screenshot-2023-05-28-at-02-37-21.png" 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://i.ibb.co/WtVL5q2/ayoub-bot2.png" alt="ayoub-bot2" border="0"></a>
|
41 |
</div>
|
42 |
<div class="message">{{MSG}}</div>
|
43 |
</div>
|