Hi,
I want to use a date picker in the rasa chatbot. I using this code in the domain.yml file.
utter_month:
  - custom:
      blocks:
      - accessory:
          initial_date: '2019-05-21'
          placeholder:
            text: Select a date
            type: plain_text
          type: datepicker
        text:
          text: Can you tell me the start date and end date?
          type: mrkdwn
        type: section
after training a model when I run the rasa x command to see the output on UI it’s coming like this:

please help me to solve this problem I’m facing this for too long. I’m new in rasa so please guide me to solve this problem.
Thanks.