UKURIKIYEYEZU commited on
Commit
816e7a3
Β·
verified Β·
1 Parent(s): 05b59ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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)