Spaces:
Sleeping
Sleeping
Update app.py
Browse fileson va y arriver
app.py
CHANGED
@@ -4,6 +4,6 @@ with gr.Blocks() as demo:
|
|
4 |
with gr.Row():
|
5 |
gr.Markdown("## Optiforme Exercise Displayer")
|
6 |
with gr.Row():
|
7 |
-
exercise = gr.HTML(
|
8 |
|
9 |
demo.launch()
|
|
|
4 |
with gr.Row():
|
5 |
gr.Markdown("## Optiforme Exercise Displayer")
|
6 |
with gr.Row():
|
7 |
+
exercise = gr.HTML(value="https://musclewiki.com/barbell/male/glutes/barbell-squat")
|
8 |
|
9 |
demo.launch()
|