import gradio as gr instructions = """

🌟 Basic Examples 🌟


🌟 Personalized Examples 🌟

If you've previously revealed your mood, I'll automatically factor that in

""" greeting = """ Hi, I'm Apollo, here to assist you with *all* your musical desires! Type **!help** to view commands. For a more personalized experience, **tell me your mood**, or what you're doing. """ description = """

Press any key to begin
""" css=".gradio-container {background-color: #E3EFFE}" start_session_msg = """
Please start a session to interact with Apollo.
""" custom_theme = gr.themes.Soft(primary_hue="emerald").set( body_background_fill="#F1F4F9", block_border_width="3px", )