pabloce commited on
Commit
3b39700
1 Parent(s): b23a519

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -16,10 +16,10 @@ css = """
16
  }
17
  .message-bubble-border {
18
  border-radius: 6px !important;
19
- border-color: #343140 !important;
20
  }
21
  .user {
22
- background: #1e1c26 !important;
23
  }
24
  .assistant, .pending {
25
  background: #0f172a !important;
@@ -100,9 +100,9 @@ demo = gr.ChatInterface(
100
  body_background_fill_dark="#0f172a",
101
  block_background_fill_dark="#0f172a",
102
  block_title_background_fill_dark="#1e1c26",
103
- input_background_fill_dark="#292733",
104
- button_secondary_background_fill_dark="#24212b",
105
- border_color_primary_dark="#343140",
106
  background_fill_secondary_dark="#0f172a"
107
  ),
108
  css=css,
 
16
  }
17
  .message-bubble-border {
18
  border-radius: 6px !important;
19
+ border-color: #21293b !important;
20
  }
21
  .user {
22
+ background: #1e293b !important;
23
  }
24
  .assistant, .pending {
25
  background: #0f172a !important;
 
100
  body_background_fill_dark="#0f172a",
101
  block_background_fill_dark="#0f172a",
102
  block_title_background_fill_dark="#1e1c26",
103
+ input_background_fill_dark="#0f172a",
104
+ button_secondary_background_fill_dark="#0c1425",
105
+ border_color_primary_dark="#21293b",
106
  background_fill_secondary_dark="#0f172a"
107
  ),
108
  css=css,