sasha's picture
sasha HF Staff
Update app.py
0e2b4f4 verified
raw
history blame
247 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="https://musclewiki.com/barbell/male/glutes/barbell-squat")
demo.launch()