Spaces:
Sleeping
Sleeping
File size: 394 Bytes
32288fd 810ed16 ae5ff34 32288fd |
1 2 3 4 5 6 7 8 9 10 |
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() |