File size: 266 Bytes
210e8e3
 
 
 
 
f232026
210e8e3
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import gradio as gr

with gr.Blocks() as app:
    gr.HTML("""
    <iframe 
        src="https://www.1hit.no/cover/compu.php"
        width="100%" 
        height="700" 
        style="border:none;">
    </iframe>
    """)

if __name__ == "__main__":
    app.launch()