Spaces:
Running
Running
Commit
·
73fa05f
1
Parent(s):
3b56c79
changed propt to not show the working of the app
Browse files- helpmate_ai.py +1 -1
helpmate_ai.py
CHANGED
@@ -46,7 +46,7 @@ def initialize_conversation():
|
|
46 |
6. If the provided excerpts do not fully answer the query, provide partial information and suggest which sections of the policy document the user should review for further details.
|
47 |
7. If no relevant information is found in the provided excerpts, respond with 'No relevant information found in the provided excerpts.'
|
48 |
|
49 |
-
# Start the session with a short welcome message which also has policy name and a smiley.
|
50 |
"""
|
51 |
]
|
52 |
|
|
|
46 |
6. If the provided excerpts do not fully answer the query, provide partial information and suggest which sections of the policy document the user should review for further details.
|
47 |
7. If no relevant information is found in the provided excerpts, respond with 'No relevant information found in the provided excerpts.'
|
48 |
|
49 |
+
# Start the session with a short welcome message which also has policy name and a smiley and nothing else.
|
50 |
"""
|
51 |
]
|
52 |
|