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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -90,13 +90,13 @@ def process_preferences(make, budget, fuel_type):
90
  # Examples and app information
91
  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 = "AutoGenius"
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
102
  with gr.Blocks(theme=custom_theme) as demo:
 
90
  # Examples and app information
91
  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
102
  with gr.Blocks(theme=custom_theme) as demo: