pabloce commited on
Commit
79f3ba6
·
verified ·
1 Parent(s): f97343d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -17,6 +17,9 @@ css = """
17
  .message-bubble-border {
18
  border-radius: 6px !important;
19
  }
 
 
 
20
  """
21
 
22
  @spaces.GPU(duration=120)
 
17
  .message-bubble-border {
18
  border-radius: 6px !important;
19
  }
20
+ .user {
21
+ background: transparent;
22
+ }
23
  """
24
 
25
  @spaces.GPU(duration=120)