bezaime commited on
Commit
9abce9d
·
verified ·
1 Parent(s): c7a20f3

Update app.py

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