Upload_Cover / p.py
haraberget's picture
Update p.py
f232026 verified
raw
history blame contribute delete
266 Bytes
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()