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