trishat commited on
Commit
dc6db1c
·
verified ·
1 Parent(s): e8eba1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -106,8 +106,8 @@ def respond(message, history):
106
  theme = gr.themes.Soft().set(
107
  body_background_fill="#20235c",
108
  body_text_color="#00ff88",
109
- block_background_fill="#2e327d",
110
- block_border_color="#00ff88",
111
  button_primary_background_fill="#FFD700",
112
  button_primary_text_color="#dae9f7"
113
  )
 
106
  theme = gr.themes.Soft().set(
107
  body_background_fill="#20235c",
108
  body_text_color="#00ff88",
109
+ block_background_fill="#b9d3eb",
110
+ block_border_color="#FFD700",
111
  button_primary_background_fill="#FFD700",
112
  button_primary_text_color="#dae9f7"
113
  )