baconnier commited on
Commit
fc618e5
·
verified ·
1 Parent(s): a40715c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -1
app.py CHANGED
@@ -37,7 +37,17 @@ PLACEHOLDER = """
37
  </figure>
38
  </div>
39
  """
40
-
 
 
 
 
 
 
 
 
 
 
41
  @spaces.GPU(duration=120)
42
  def respond(
43
  message,
 
37
  </figure>
38
  </div>
39
  """
40
+ PLACEHOLDER = """
41
+ <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);">
42
+ <figure style="margin: 0;">
43
+ <img src="https://huggingface.co/spaces/cognitivecomputations/chat/resolve/main/dolphin.gif" alt="Logo" style="width: 100%; height: 100%; border-radius: 8px;">
44
+ </figure>
45
+ <div style="padding: .5rem 1.5rem;">
46
+ <h2 style="text-align: left; font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem;">Cognitive Computations</h2>
47
+ <p style="text-align: left; font-size: 16px; line-height: 1.5; margin-bottom: 15px;">We are dedicated to embracing innovation, exploring cutting-edge ideas, and fearlessly pushing the boundaries of what is possible in the realm of artificial intelligence.</p>
48
+ </div>
49
+ </div>
50
+ """
51
  @spaces.GPU(duration=120)
52
  def respond(
53
  message,