Update app.py
Browse files
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="
|
| 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 |
)
|