pabl-o-ce commited on
Commit
8ee86f5
·
1 Parent(s): a1c883b

fix: image adding /gradio_api/file=

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ def respond(
185
  PLACEHOLDER = """
186
  <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);">
187
  <figure style="margin: 0;max-width: 200px;min-height: 300px;">
188
- <img src="https://huggingface.co/spaces/pabloce/llama-cpp-agent/resolve/main/llama.jpg" alt="Logo" style="width: 100%; height: 100%; border-radius: 8px;">
189
  </figure>
190
  <div style="padding: .5rem 1.5rem; display: flex; flex-direction: column; justify-content: space-evenly;">
191
  <div>
 
185
  PLACEHOLDER = """
186
  <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);">
187
  <figure style="margin: 0;max-width: 200px;min-height: 300px;">
188
+ <img src="/gradio_api/file=https://huggingface.co/spaces/pabloce/llama-cpp-agent/resolve/main/llama.jpg" alt="Logo" style="width: 100%; height: 100%; border-radius: 8px;">
189
  </figure>
190
  <div style="padding: .5rem 1.5rem; display: flex; flex-direction: column; justify-content: space-evenly;">
191
  <div>