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