Muhammad Qasim
commited on
Commit
·
7fadb6c
1
Parent(s):
314fd18
Update htmlTemplates.py
Browse files- htmlTemplates.py +2 -3
htmlTemplates.py
CHANGED
@@ -50,7 +50,7 @@ a:link {
|
|
50 |
bot_template = '''
|
51 |
<div class="chat-message bot">
|
52 |
<div class="avatar">
|
53 |
-
<img src="https://pub-f858c7e521464395920779af297fb1bd.r2.dev/
|
54 |
</div>
|
55 |
<div class="message">{{MSG}}</div>
|
56 |
</div>
|
@@ -59,7 +59,7 @@ bot_template = '''
|
|
59 |
user_template = '''
|
60 |
<div class="chat-message user">
|
61 |
<div class="avatar">
|
62 |
-
<img src="https://
|
63 |
</div>
|
64 |
<div class="message">{{MSG}}</div>
|
65 |
</div>
|
@@ -77,4 +77,3 @@ footer = """
|
|
77 |
<p>Made by <a href="https://yesbhautik.co.in" style="color:#64feda;">Yesbhautik</a> with <a href="https://streamlit.io" style="color:#36AE7C;">Streamlit</a></p>
|
78 |
</div>
|
79 |
"""
|
80 |
-
|
|
|
50 |
bot_template = '''
|
51 |
<div class="chat-message bot">
|
52 |
<div class="avatar">
|
53 |
+
<img src="https://pub-f858c7e521464395920779af297fb1bd.r2.dev/TalkWithPFD-icon.png" style="max-height: 78px; max-width: 78px; border-radius: 20%; object-fit: cover;">
|
54 |
</div>
|
55 |
<div class="message">{{MSG}}</div>
|
56 |
</div>
|
|
|
59 |
user_template = '''
|
60 |
<div class="chat-message user">
|
61 |
<div class="avatar">
|
62 |
+
<img src="https://avatars.githubusercontent.com/u/63995315" style="max-height: 78px; max-width: 78px; border-radius: 20%; object-fit: cover;">
|
63 |
</div>
|
64 |
<div class="message">{{MSG}}</div>
|
65 |
</div>
|
|
|
77 |
<p>Made by <a href="https://yesbhautik.co.in" style="color:#64feda;">Yesbhautik</a> with <a href="https://streamlit.io" style="color:#36AE7C;">Streamlit</a></p>
|
78 |
</div>
|
79 |
"""
|
|