Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ css = """
|
|
34 |
"""
|
35 |
|
36 |
PLACEHOLDER = """
|
37 |
-
<div class="message-bubble-border" style="display:flex; max-width: 600px; border-radius: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); backdrop-filter: blur(10px);">
|
38 |
<figure style="margin: 0;">
|
39 |
<img src="https://huggingface.co/spaces/cognitivecomputations/chat/resolve/main/dolphin.gif" alt="Logo" style="width: 100%; height: 100%; border-radius: 8px;">
|
40 |
</figure>
|
|
|
34 |
"""
|
35 |
|
36 |
PLACEHOLDER = """
|
37 |
+
<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);">
|
38 |
<figure style="margin: 0;">
|
39 |
<img src="https://huggingface.co/spaces/cognitivecomputations/chat/resolve/main/dolphin.gif" alt="Logo" style="width: 100%; height: 100%; border-radius: 8px;">
|
40 |
</figure>
|