Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -174,7 +174,7 @@ def respond(
|
|
174 |
PLACEHOLDER = """
|
175 |
<div class="message-bubble-border" style="display:flex; max-width: 600px; border-radius: 6px; border-width: 1px; border-color: #e5e7eb; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); backdrop-filter: blur(10px);">
|
176 |
<figure style="margin: 0;max-width: 200px;min-height: 300px;">
|
177 |
-
<img src="https://huggingface.co/spaces/
|
178 |
</figure>
|
179 |
<div style="padding: .5rem 1.5rem;display: flex;flex-direction: column;justify-content: space-evenly;">
|
180 |
<h2 style="text-align: left; font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem;">llama-cpp-agent</h2>
|
|
|
174 |
PLACEHOLDER = """
|
175 |
<div class="message-bubble-border" style="display:flex; max-width: 600px; border-radius: 6px; border-width: 1px; border-color: #e5e7eb; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); backdrop-filter: blur(10px);">
|
176 |
<figure style="margin: 0;max-width: 200px;min-height: 300px;">
|
177 |
+
<img src="https://huggingface.co/spaces/ginigen/Private-BitSix-Mistral-Small-3.1-24B-Instruct-2503/resolve/main/llama.jpg" alt="Logo" style="width: 100%; height: 100%; border-radius: 8px;">
|
178 |
</figure>
|
179 |
<div style="padding: .5rem 1.5rem;display: flex;flex-direction: column;justify-content: space-evenly;">
|
180 |
<h2 style="text-align: left; font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem;">llama-cpp-agent</h2>
|