Build a dice roller app that simulates rolling a 6-sided dice.
Requirements:
- Display the current dice result (1–6).
- Add a "Roll" button that generates a random number between 1 and 6.
- Update the displayed result when the dice is rolled.
- (Bonus) Show a dice emoji 🎲 or number image for a more visual result.