Update app.py
Browse files
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(
|