Update app.py
Browse files
app.py
CHANGED
|
@@ -136,7 +136,7 @@ def respond(
|
|
| 136 |
|
| 137 |
PLACEHOLDER = """
|
| 138 |
<div class="message-bubble-border" style="display:flex; max-width: 600px; border-radius: 6px; border-width: 1px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); backdrop-filter: blur(10px);">
|
| 139 |
-
<figure style="margin: 0;">
|
| 140 |
<img src="https://huggingface.co/spaces/pabloce/llama-cpp-agent/resolve/main/llama.jpg" alt="Logo" style="width: 100%; height: 100%; border-radius: 8px;">
|
| 141 |
</figure>
|
| 142 |
<div style="padding: .5rem 1.5rem;display: flex;flex-direction: column;justify-content: space-evenly;">
|
|
|
|
| 136 |
|
| 137 |
PLACEHOLDER = """
|
| 138 |
<div class="message-bubble-border" style="display:flex; max-width: 600px; border-radius: 6px; border-width: 1px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); backdrop-filter: blur(10px);">
|
| 139 |
+
<figure style="margin: 0;max-width: 200px;min-height: 300px;">
|
| 140 |
<img src="https://huggingface.co/spaces/pabloce/llama-cpp-agent/resolve/main/llama.jpg" alt="Logo" style="width: 100%; height: 100%; border-radius: 8px;">
|
| 141 |
</figure>
|
| 142 |
<div style="padding: .5rem 1.5rem;display: flex;flex-direction: column;justify-content: space-evenly;">
|