Spaces:
Running
on
Zero
Running
on
Zero
Update ui.py
Browse files
ui.py
CHANGED
|
@@ -22,7 +22,7 @@ css = """
|
|
| 22 |
"""
|
| 23 |
|
| 24 |
PLACEHOLDER = """
|
| 25 |
-
<div class="message-bubble-border" style="display:flex; max-width: 600px; border-radius: 8px; border-width: 1px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); backdrop-filter: blur(10px);">
|
| 26 |
<figure style="margin: 0;">
|
| 27 |
<img src="https://huggingface.co/spaces/cognitivecomputations/chat/resolve/main/dolphin.gif" alt="Logo" style="width: 100%; height: 100%; border-radius: 8px;">
|
| 28 |
</figure>
|
|
|
|
| 22 |
"""
|
| 23 |
|
| 24 |
PLACEHOLDER = """
|
| 25 |
+
<div class="message-bubble-border" style="display:flex; max-width: 600px; border-color: #e5e7eb; border-radius: 8px; border-width: 1px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); backdrop-filter: blur(10px);">
|
| 26 |
<figure style="margin: 0;">
|
| 27 |
<img src="https://huggingface.co/spaces/cognitivecomputations/chat/resolve/main/dolphin.gif" alt="Logo" style="width: 100%; height: 100%; border-radius: 8px;">
|
| 28 |
</figure>
|