pabloce commited on
Commit
9f82263
1 Parent(s): da53d45

Update content.py

Browse files
Files changed (1) hide show
  1. content.py +1 -1
content.py CHANGED
@@ -17,7 +17,7 @@ css = """
17
  """
18
 
19
  PLACEHOLDER = """
20
- <div class="message-bubble-border" style="display:flex; max-width: 75%; border-radius: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); backdrop-filter: blur(10px);">
21
  <figure style="margin: 0;">
22
  <img src="https://github.com/Maximilian-Winter/llama-cpp-agent/blob/master/logo/logo_orange.png?raw=true" alt="Logo" style="width: 100%; height: 100%; border-radius: 8px;">
23
  </figure>
 
17
  """
18
 
19
  PLACEHOLDER = """
20
+ <div class="message-bubble-border" style="display:flex; max-width: 75%; border-radius: 8px; border-width: 1px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); backdrop-filter: blur(10px);">
21
  <figure style="margin: 0;">
22
  <img src="https://github.com/Maximilian-Winter/llama-cpp-agent/blob/master/logo/logo_orange.png?raw=true" alt="Logo" style="width: 100%; height: 100%; border-radius: 8px;">
23
  </figure>