tarekfer8 commited on
Commit
d73be35
·
verified ·
1 Parent(s): 090127d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -47,6 +47,7 @@ def respond(
47
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
48
  """
49
  tableau_de_mots=mot_cle("mots_clés.txt")
 
50
  docs_text, docs_embeddings = load_data()
51
  question="give me the advantage of djezzy legend for 2500 DA ?"
52
  prompt=pip(question,docs_text, docs_embeddings )
 
47
  For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
48
  """
49
  tableau_de_mots=mot_cle("mots_clés.txt")
50
+ mots_a_verifier = tableau_de_mots
51
  docs_text, docs_embeddings = load_data()
52
  question="give me the advantage of djezzy legend for 2500 DA ?"
53
  prompt=pip(question,docs_text, docs_embeddings )