# Updated CSS # CSS Styles css = ''' ''' # HTML Templates for Bot and User Messages bot_template = '''
Baymax: {{MSG}}
''' user_template = '''
Tadashi: {{MSG}}
'''