Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -32,13 +32,13 @@ css = """
|
|
32 |
|
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 |
-
<img src="https://huggingface.co/spaces/baconnier/Finance/resolve/main/banker_plus.jpg" style="width: 100%; height: 100%; border-radius: 8px;">
|
36 |
<figure style="margin: 0;">
|
37 |
<img src="https://huggingface.co/spaces/baconnier/Finance/resolve/main/banker.jpg" style="width: 100%; height: 100%; border-radius: 8px;">
|
38 |
</figure>
|
39 |
<div style="padding: .5rem 1.5rem;">
|
|
|
40 |
<h2 style="text-align: left; font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem;">Banker++</h2>
|
41 |
-
<p style="text-align: left; font-size: 16px; line-height: 1.5; margin-bottom: 15px;">
|
42 |
</div>
|
43 |
</div>
|
44 |
"""
|
|
|
32 |
|
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 style="padding: .5rem 1.5rem;">
|
39 |
+
<img src="https://huggingface.co/spaces/baconnier/Finance/resolve/main/banker_plus.jpg" style="width: 100%; height: 10%; border-radius: 8px;">
|
40 |
<h2 style="text-align: left; font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem;">Banker++</h2>
|
41 |
+
<p style="text-align: left; font-size: 16px; line-height: 1.5; margin-bottom: 15px;">is training to act as a Senior Banker, but only for learning purposes.</p>
|
42 |
</div>
|
43 |
</div>
|
44 |
"""
|