Article

A nostalgic scene of a child s...

<style>
.chat-container {
max-width: 100%;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
overflow-x: hidden;
}
.message {
display: flex;
margin-bottom: 10px;
}
.message-content {
max-width: 100%;
padding: 10px;
border-radius: 10px;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
box-sizing: border-box;
}
.human {
justify-content: flex-end;
}
.human .message-content {
background-color: #f4f4f4;
}
.assistant {
justify-content: flex-start;
}
.message-content img, .message-content video {
max-width: 100%;
height: auto;
object-fit: contain;
}
.message-content * {
max-width: 100%;
box-sizing: border-box;
}
.post-content {
max-width: 100%;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
overflow-x: hidden;
}
</style>
<div class="chat-container post-content">

      <div class="message human">
        <div class="message-content"><p>The bustling ambiance of a shopping mall, with background music, the chatter of shoppers, and the sounds of cash registers ringing.</p>

</div>
</div>

      <div class="message ai">
        <div class="message-content"><p><audio controls="" type="audio" src="https://app.giz.ai/api/tempFiles/local+LhMUBd9Eyhavnc5MEJPf7.wav"></audio></p>

</div>
</div>

      <div class="message human">
        <div class="message-content"><p>A nostalgic scene of a child sitting cross-legged in a cozy living room, intently watching "Doraemon" on an old CRT television. The child's eyes sparkle with wonder as they imagine holding a glowing blue gadget resembling Doraemon's gadgets, with a dreamy and magical atmosphere surrounding the scene.</p>

</div>
</div>

      <div class="message ai">
        <div class="message-content"><p><video autoplay="" muted="" playsinline="" class="video-element" controls="" type="video" loop="" src="https://app.giz.ai/api/tempFiles/local+LfTTbGyu6dwuFVLhH-wU_.mp4"></video></p>

</div>
</div>

  </div>
0