JenetGhumman commited on
Commit
882d9fe
·
verified ·
1 Parent(s): e87f9dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def get_chatbot_response(user_message, insurance_type, country, conversation_his
56
 
57
  # ✅ Styling and Theme with Yellow Text in Blue Background
58
  theme = gr.themes.Base().set(
59
- body_background_fill="linear-gradient(to right, #0052CC, #00AFFF)",
60
  button_primary_background_fill="#0052CC",
61
  button_primary_text_color="white"
62
  )
 
56
 
57
  # ✅ Styling and Theme with Yellow Text in Blue Background
58
  theme = gr.themes.Base().set(
59
+ body_background_fill="#00AFFF",
60
  button_primary_background_fill="#0052CC",
61
  button_primary_text_color="white"
62
  )