Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -33,21 +33,11 @@ css = """
|
|
33 |
PLACEHOLDER = """
|
34 |
<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);">
|
35 |
<figure style="margin: 0;">
|
36 |
-
<img src="https://huggingface.co/spaces/baconnier/Finance/
|
37 |
</figure>
|
38 |
</div>
|
39 |
"""
|
40 |
-
|
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,
|
|
|
33 |
PLACEHOLDER = """
|
34 |
<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);">
|
35 |
<figure style="margin: 0;">
|
36 |
+
<img src="https://huggingface.co/spaces/baconnier/Finance/resolve/main/banker.jpg" style="width: 100%; height: 100%; border-radius: 8px;">
|
37 |
</figure>
|
38 |
</div>
|
39 |
"""
|
40 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
@spaces.GPU(duration=120)
|
42 |
def respond(
|
43 |
message,
|