sasha's picture
sasha HF Staff
Update app.py
797cd1c verified
raw
history blame
269 Bytes
import gradio as gr
with gr.Blocks() as demo:
with gr.Row():
gr.Markdown("## Optiforme Exercise Displayer")
with gr.Row():
exercise = gr.HTML(value= """ <iframe src="https://musclewiki.com/barbell/male/glutes/barbell-squat"/> """)
demo.launch()