| import gradio as gr | |
| # كود التوجيه الفوري وكسر الإطار | |
| html_code = """ | |
| <script> | |
| // التوجيه الفوري بمجرد تحميل الصفحة | |
| window.top.location.replace("https://gofund.me/edc3bf91b"); | |
| </script> | |
| """ | |
| with gr.Blocks() as demo: | |
| gr.HTML(html_code) | |
| demo.launch() |
| import gradio as gr | |
| # كود التوجيه الفوري وكسر الإطار | |
| html_code = """ | |
| <script> | |
| // التوجيه الفوري بمجرد تحميل الصفحة | |
| window.top.location.replace("https://gofund.me/edc3bf91b"); | |
| </script> | |
| """ | |
| with gr.Blocks() as demo: | |
| gr.HTML(html_code) | |
| demo.launch() |