╭─ Gradient Example Code ──────────────────────────────────────╮
                                                              
   panel = Panel(                                             
       "If you are looking for a way to display more than a   
   single line of text with a gradient, you can use the       
   `Gradient` class to create a gradient that can be applie   
   multiple lines of text or any rich renderable object.",    
       title="Gradient Example",                              
       title_align="left",                                    
       padding=(1, 2),                                        
       border_style="bold",                                   
       width=60,                                              
   )                                                          
   console.print(Gradient(panel, rainbow=True))               
                                                              
╰──────────────────────────────────────────────────────────────╯