pabloce commited on
Commit
e3a6d2d
·
verified ·
1 Parent(s): 406e8a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -24,6 +24,9 @@ css = """
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%;
 
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%;