ResumePilot / app.py
singhn9's picture
Update app.py
16b716e verified
raw
history blame contribute delete
261 Bytes
import gradio as gr
with gr.Blocks() as app:
gr.HTML("""
<iframe
src="https://singhn9-privatesown.hf.space"
width="100%"
height="800px"
frameborder="0">
</iframe>
""")
app.launch()