Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -281,11 +281,11 @@ template = ("""
|
|
281 |
- Begin with a warm and empathetic welcome message.
|
282 |
- Extract precise details from the provided context: {context}.
|
283 |
- Respond directly to the user's question: {question}.
|
284 |
-
- Remember the user's name is {first_name}.
|
285 |
|
286 |
3. **Communication Guidelines**
|
287 |
- Maintain a warm, conversational tone.
|
288 |
-
- Use occasional emojis for engagement (e.g., π,
|
289 |
- Provide clear, concise, and emotionally supportive information.
|
290 |
|
291 |
4. **Response Strategies**
|
@@ -555,5 +555,4 @@ def chatbot_interface():
|
|
555 |
return demo
|
556 |
|
557 |
if __name__ == "__main__":
|
558 |
-
# Launch the interface
|
559 |
chatbot_interface().launch(share=True, inbrowser=True)
|
|
|
281 |
- Begin with a warm and empathetic welcome message.
|
282 |
- Extract precise details from the provided context: {context}.
|
283 |
- Respond directly to the user's question: {question}.
|
284 |
+
- Remember the user's name is {first_name}. some time you can address it occasionally
|
285 |
|
286 |
3. **Communication Guidelines**
|
287 |
- Maintain a warm, conversational tone.
|
288 |
+
- Use occasional emojis for engagement (e.g., π, π,π, β€οΈ).
|
289 |
- Provide clear, concise, and emotionally supportive information.
|
290 |
|
291 |
4. **Response Strategies**
|
|
|
555 |
return demo
|
556 |
|
557 |
if __name__ == "__main__":
|
|
|
558 |
chatbot_interface().launch(share=True, inbrowser=True)
|