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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -23,6 +23,13 @@ hf_hub_download(
23
  css = """
24
  .message-row {
25
  justify-content: space-evenly !important;
 
 
 
 
 
 
 
26
  }
27
  .message-bubble-border {
28
  border-radius: 6px !important;
 
23
  css = """
24
  .message-row {
25
  justify-content: space-evenly !important;
26
+ width: 100%;
27
+ }
28
+ .message.bot{
29
+ text-align: right;
30
+ width: 100%;
31
+ padding: 10px;
32
+ border-radius: 10px;
33
  }
34
  .message-bubble-border {
35
  border-radius: 6px !important;