bezaime commited on
Commit
5b88659
·
verified ·
1 Parent(s): e99d706

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -92,10 +92,10 @@ examples = ['I need a car', 'What is the make and fuel type of a car?']
92
  description = "An advanced chatbot that helps you choose the right car based on your preferences and budget."
93
  title = "Car Expert :) Let Me Help You Find the Perfect Ride!"
94
 
95
- # Custom theme with advanced styling
96
  custom_theme = gr.themes.Base(primary_hue="blue", secondary_hue="green").set(
97
- body_background_fill="#000000", # Black background
98
- body_text_color="#FFFFFF", # White text for contrast
99
  )
100
 
101
  # Advanced Interface with Car Preferences
 
92
  description = "An advanced chatbot that helps you choose the right car based on your preferences and budget."
93
  title = "Car Expert :) Let Me Help You Find the Perfect Ride!"
94
 
95
+ # Custom theme with sky-blue background and black text
96
  custom_theme = gr.themes.Base(primary_hue="blue", secondary_hue="green").set(
97
+ body_background_fill="#87CEEB", # Sky blue background
98
+ body_text_color="#000000", # Black text
99
  )
100
 
101
  # Advanced Interface with Car Preferences