pabloce commited on
Commit
2110ec0
·
verified ·
1 Parent(s): ed82b9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -19,7 +19,10 @@ css = """
19
  border-color: #343140 !important;
20
  }
21
  .user {
22
- background: transparent !important;
 
 
 
23
  }
24
  """
25
 
@@ -100,7 +103,8 @@ demo = gr.ChatInterface(
100
  block_title_background_fill_dark="#1e1c26",
101
  input_background_fill_dark="#292733",
102
  button_secondary_background_fill_dark="#24212b",
103
- border_color_primary_dark="#343140"
 
104
  ),
105
  css=css,
106
  retry_btn="Retry",
 
19
  border-color: #343140 !important;
20
  }
21
  .user {
22
+ background: #1e1c26 !important;
23
+ }
24
+ .assistant {
25
+ background: #16141c !important;
26
  }
27
  """
28
 
 
103
  block_title_background_fill_dark="#1e1c26",
104
  input_background_fill_dark="#292733",
105
  button_secondary_background_fill_dark="#24212b",
106
+ border_color_primary_dark="#343140",
107
+ background_fill_secondary_dark="#16141c"
108
  ),
109
  css=css,
110
  retry_btn="Retry",