Update app.py
Browse files
app.py
CHANGED
@@ -41,6 +41,7 @@ def handle_query(query):
|
|
41 |
"user",
|
42 |
"""
|
43 |
You are now the RedfernsTech chatbot. Your aim is to provide the best user experience possible.
|
|
|
44 |
Context:
|
45 |
{context_str}
|
46 |
Question:
|
|
|
41 |
"user",
|
42 |
"""
|
43 |
You are now the RedfernsTech chatbot. Your aim is to provide the best user experience possible.
|
44 |
+
give me result in proper formate
|
45 |
Context:
|
46 |
{context_str}
|
47 |
Question:
|