pabloce commited on
Commit
52376b1
·
verified ·
1 Parent(s): e3a6d2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -24,15 +24,15 @@ css = """
24
  .bubble-wrap {
25
  padding-top: calc(var(--spacing-xl) * 3) !important;
26
  }
27
- .bubble.user {
28
- border-bottom-right-radius: var(--radius-xl) !important;
29
- }
30
  .message-row {
31
  justify-content: space-evenly !important;
32
  width: 100%;
33
  margin: calc(var(--spacing-xl)) 0 !important;
34
  padding: 0 calc(var(--spacing-xl) * 3) !important;
35
  }
 
 
 
36
  .message.bot{
37
  text-align: right;
38
  width: 100%;
 
24
  .bubble-wrap {
25
  padding-top: calc(var(--spacing-xl) * 3) !important;
26
  }
 
 
 
27
  .message-row {
28
  justify-content: space-evenly !important;
29
  width: 100%;
30
  margin: calc(var(--spacing-xl)) 0 !important;
31
  padding: 0 calc(var(--spacing-xl) * 3) !important;
32
  }
33
+ .message.user {
34
+ border-bottom-right-radius: var(--radius-xl) !important;
35
+ }
36
  .message.bot{
37
  text-align: right;
38
  width: 100%;