# HTML and CSS styling for the chat application css = ''' ''' # Bot message template bot_template = '''
Bot Avatar
{{MSG}}
''' # User message template user_template = '''
User Avatar
{{MSG}}
'''