import gradio as gr head=""" """ css=""" .contain #control_panel { position: fixed; right: 100%; z-index: 9999; width: 90%; top: 50px; } .contain #control_panel.open { right: 10%; } #top_bar { height: 50px; width: 100%; position: fixed; background: aliceblue; top: 0px; left: 0px; z-index: 99999; } #control_btn { height: 20px; padding: 10px; cursor: pointer; border-radius: 5px; color: white; position: fixed; z-index: 9999999999999999; top: 5px; left: 10px; background: #1e293b; height: fit-content; width: fit-content; } """ with gr.Blocks(head=head,css=css) as app: gr.HTML("""