pabloce commited on
Commit
95b18db
·
verified ·
1 Parent(s): cd760c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ def respond(
154
  yield outputs
155
 
156
  PLACEHOLDER = """
157
- <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);">
158
  <figure style="margin: 0;max-width: 200px;min-height: 300px;">
159
  <img src="https://huggingface.co/spaces/pabloce/llama-cpp-agent/resolve/main/llama.jpg" alt="Logo" style="width: 100%; height: 100%; border-radius: 8px;">
160
  </figure>
 
154
  yield outputs
155
 
156
  PLACEHOLDER = """
157
+ <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);">
158
  <figure style="margin: 0;max-width: 200px;min-height: 300px;">
159
  <img src="https://huggingface.co/spaces/pabloce/llama-cpp-agent/resolve/main/llama.jpg" alt="Logo" style="width: 100%; height: 100%; border-radius: 8px;">
160
  </figure>