pabloce commited on
Commit
a17dac4
·
verified ·
1 Parent(s): da97aea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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>