Update app.py
Browse files
app.py
CHANGED
@@ -77,9 +77,9 @@ def rag_memory_stream(message, history):
|
|
77 |
yield partial_text
|
78 |
|
79 |
# Examples and app information
|
80 |
-
examples = ['I need a car', 'What is the make and fuel type of a car?']
|
81 |
description = "Real-time AI App with Groq API and LangChain to Answer car-related questions"
|
82 |
-
title = "
|
83 |
|
84 |
# Custom theme with black background
|
85 |
custom_theme = gr.themes.Base(primary_hue="blue", secondary_hue="green").set(
|
|
|
77 |
yield partial_text
|
78 |
|
79 |
# Examples and app information
|
80 |
+
examples = ['I need to purchase a car', 'What is the make and fuel type of a car?']
|
81 |
description = "Real-time AI App with Groq API and LangChain to Answer car-related questions"
|
82 |
+
title = "AutoGenius"
|
83 |
|
84 |
# Custom theme with black background
|
85 |
custom_theme = gr.themes.Base(primary_hue="blue", secondary_hue="green").set(
|