Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ examples = ['I need a car', 'what is the make and fuel type of a car?']
|
|
83 |
description = "Real-time AI App with Groq API and LangChain to Answer medical questions"
|
84 |
|
85 |
|
86 |
-
title = "
|
87 |
demo = gr.ChatInterface(fn=rag_memory_stream,
|
88 |
type="messages",
|
89 |
title=title,
|
|
|
83 |
description = "Real-time AI App with Groq API and LangChain to Answer medical questions"
|
84 |
|
85 |
|
86 |
+
title = "Car Expert :) Try me!"
|
87 |
demo = gr.ChatInterface(fn=rag_memory_stream,
|
88 |
type="messages",
|
89 |
title=title,
|