tarekfer8 commited on
Commit
db9aaa0
·
verified ·
1 Parent(s): c36a40b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
48
  """
49
  docs_text, docs_embeddings = load_data()
50
  question="give me the advantage of djezzy legend for 2500 DA ?"
51
- prompt=pip(question)
52
  print(prompt)
53
 
54
  demo = gr.ChatInterface(
 
48
  """
49
  docs_text, docs_embeddings = load_data()
50
  question="give me the advantage of djezzy legend for 2500 DA ?"
51
+ prompt=pip(question,docs_text, docs_embeddings )
52
  print(prompt)
53
 
54
  demo = gr.ChatInterface(