trishat commited on
Commit
ecc1ec0
·
verified ·
1 Parent(s): d1564c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -106,10 +106,10 @@ def respond(message, history):
106
  theme = gr.themes.Soft().set(
107
  body_background_fill="#2e327d",
108
  body_text_color="#00ff88",
109
- block_background_fill="#0c630b",
110
  block_border_color="#00ff88",
111
- button_primary_background_fill="#00ff88",
112
- button_primary_text_color="#7683d6"
113
  )
114
 
115
  with gr.Blocks(theme=theme) as demo:
 
106
  theme = gr.themes.Soft().set(
107
  body_background_fill="#2e327d",
108
  body_text_color="#00ff88",
109
+ block_background_fill="#20235c",
110
  block_border_color="#00ff88",
111
+ button_primary_background_fill="#FFD700",
112
+ button_primary_text_color="#dae9f7"
113
  )
114
 
115
  with gr.Blocks(theme=theme) as demo: