Spaces:
Sleeping
Sleeping
Upload 3 files
Browse files- static/ai_icon.png +0 -0
- static/styles.css +29 -0
- static/user_icon.png +0 -0
static/ai_icon.png
ADDED
|
|
static/styles.css
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.chat-row {
|
| 2 |
+
display: flex;
|
| 3 |
+
margin: 10px ;
|
| 4 |
+
}
|
| 5 |
+
|
| 6 |
+
.row-reverse {
|
| 7 |
+
flex-direction: row-reverse;
|
| 8 |
+
}
|
| 9 |
+
|
| 10 |
+
.chat-icon {
|
| 11 |
+
border-radius: 50%;
|
| 12 |
+
}
|
| 13 |
+
|
| 14 |
+
.chat-bubble {
|
| 15 |
+
display: flex;
|
| 16 |
+
max-width: 90%;
|
| 17 |
+
padding: 15px;
|
| 18 |
+
border-radius: 10px;
|
| 19 |
+
margin: 0;
|
| 20 |
+
}
|
| 21 |
+
|
| 22 |
+
.ai-bubble {
|
| 23 |
+
white-space: normal;
|
| 24 |
+
background: #041415ac;
|
| 25 |
+
}
|
| 26 |
+
|
| 27 |
+
.human-bubble {
|
| 28 |
+
background: #041415ac;
|
| 29 |
+
}
|
static/user_icon.png
ADDED
|
|