sasha's picture
sasha HF Staff
Update app.py
810ed16 verified
raw
history blame contribute delete
394 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"/> """)
exercise2 = gr.HTML(value= """ <iframe src="https://workoutlabs.com/exercise-guide/barbell-squats/"/> """)
demo.launch()