baconnier commited on
Commit
2a18dea
·
verified ·
1 Parent(s): 05862f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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;">Banker++ is training to act as a Senior Banker, but only for learning purposes.</p>
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
  """