When a user enters text in the input fields, update the corresponding chat bubble.
- Add a click handler for the left chat button (
id="buttonLeft"
) - When the button is clicked, save the value of the left input field to a variable (
id="inputLeft"
) - Update the chat bubble text to display the saved value (
id="chatLeft"
)