Spaces:
Running
Running
Create chat_template.html
Browse files- chat_template.html +11 -0
chat_template.html
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<div class="chat-container">
|
2 |
+
<div class="message-row person-a">
|
3 |
+
<div class="message">Hey! How's it going?</div>
|
4 |
+
</div>
|
5 |
+
<div class="message-row person-b">
|
6 |
+
<div class="message">Pretty good, just testing this new dark theme chat UI!</div>
|
7 |
+
</div>
|
8 |
+
<div class="message-row person-a">
|
9 |
+
<div class="message">Looks nice! The animations are smooth too 😎</div>
|
10 |
+
</div>
|
11 |
+
</div>
|