bezaime commited on
Commit
079dff0
·
verified ·
1 Parent(s): 1a3195c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = "Car Expert :) Try me!"
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(