pabloce commited on
Commit
ed82b9d
·
verified ·
1 Parent(s): 557e789

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -16,6 +16,7 @@ css = """
16
  }
17
  .message-bubble-border {
18
  border-radius: 6px !important;
 
19
  }
20
  .user {
21
  background: transparent !important;
@@ -96,6 +97,7 @@ demo = gr.ChatInterface(
96
  theme=gr.themes.Soft(primary_hue="violet", secondary_hue="violet", neutral_hue="gray",font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"]).set(
97
  body_background_fill_dark="#16141c",
98
  block_background_fill_dark="#16141c",
 
99
  input_background_fill_dark="#292733",
100
  button_secondary_background_fill_dark="#24212b",
101
  border_color_primary_dark="#343140"
 
16
  }
17
  .message-bubble-border {
18
  border-radius: 6px !important;
19
+ border-color: #343140 !important;
20
  }
21
  .user {
22
  background: transparent !important;
 
97
  theme=gr.themes.Soft(primary_hue="violet", secondary_hue="violet", neutral_hue="gray",font=[gr.themes.GoogleFont("Exo"), "ui-sans-serif", "system-ui", "sans-serif"]).set(
98
  body_background_fill_dark="#16141c",
99
  block_background_fill_dark="#16141c",
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"