import gradio as gr js = """ function redirect() { window.location.href = 'https://fb59f01c.gradio-website.pages.dev/playground'; } """ with gr.Blocks(js=js) as demo: pass demo.launch()