pabloce commited on
Commit
fa1d75d
·
verified ·
1 Parent(s): 9129a83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -24,6 +24,8 @@ css = """
24
  .message-row {
25
  justify-content: space-evenly !important;
26
  width: 100%;
 
 
27
  }
28
  .message.bot{
29
  text-align: right;
 
24
  .message-row {
25
  justify-content: space-evenly !important;
26
  width: 100%;
27
+ margin: calc(var(--spacing-xl) * 3) 0 !important;
28
+ padding: 0 calc(var(--spacing-xl) * 3) !important;
29
  }
30
  .message.bot{
31
  text-align: right;