momondi commited on
Commit
73443b9
·
verified ·
1 Parent(s): 6f13f4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ def rag_memory_stream(text):
76
 
77
  examples = ['Tourist attraction sites in Morocco', 'What are some fun activities to do in Morocco?']
78
 
79
- title = "Real-time AI App with Groq API and LangChain to Answer Moroccon Tourism questions"
80
  demo = gr.Interface(
81
  title=title,
82
  fn=rag_memory_stream,
 
76
 
77
  examples = ['Tourist attraction sites in Morocco', 'What are some fun activities to do in Morocco?']
78
 
79
+ title = "Real-time AI App with Groq API and LangChain to Answer Morocco Tourism questions"
80
  demo = gr.Interface(
81
  title=title,
82
  fn=rag_memory_stream,