pabloce commited on
Commit
fdc5f9c
·
verified ·
1 Parent(s): bbb4a8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -22,6 +22,11 @@ css = """
22
  .message-bubble-border {
23
  border-radius: 6px !important;
24
  }
 
 
 
 
 
25
  .dark.message-bubble-border {
26
  border-color: #21293b !important;
27
  }
 
22
  .message-bubble-border {
23
  border-radius: 6px !important;
24
  }
25
+ .message-buttons-bot, .message-buttons-user {
26
+ right: 10px !important;
27
+ left: auto !important;
28
+ bottom: 2px !important;
29
+ }
30
  .dark.message-bubble-border {
31
  border-color: #21293b !important;
32
  }