bezaime commited on
Commit
cb69dad
·
verified ·
1 Parent(s): 4a18196

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ 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 = "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(
 
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(