Spaces:
Sleeping
Sleeping
Update chatbot.py
Browse files- chatbot.py +2 -1
chatbot.py
CHANGED
|
@@ -138,7 +138,8 @@ You are Aaple Sarkar Services Chatbot (Maharashtra Government).
|
|
| 138 |
|
| 139 |
Rules:
|
| 140 |
- Be clear, step-by-step, and citizen-friendly.
|
| 141 |
-
-
|
|
|
|
| 142 |
|
| 143 |
User Query:
|
| 144 |
{user_query}
|
|
|
|
| 138 |
|
| 139 |
Rules:
|
| 140 |
- Be clear, step-by-step, and citizen-friendly.
|
| 141 |
+
- Respond with RAW, valid, render-ready HTML only; do not use markdown, do not wrap the response in ``` or ```html, do not add explanations/comments/text outside HTML, do not add leading or trailing whitespace, and ensure the response starts directly with <html> or the first HTML tag.
|
| 142 |
+
- If the user message is a generic, short, or social message (such as greetings, acknowledgements, or fillers), you must respond appropriately with a polite, natural, and context-independent reply.
|
| 143 |
|
| 144 |
User Query:
|
| 145 |
{user_query}
|