Pattern InvertedHourGlass

Not able to understand the logic of the question.
Can you please help me with the logic used in printing the following pattern.

Hello @prkfoxxx,

Divide the pattern into 2 half:

  1. Upper half
  2. Lower half

For each half, divide the print logic into three half:

  1. numbers on left
  2. Middle space
  3. numbers on right

Try to write a code considering above.
Share your code if face any issue.