Commit Β·
5b6ce5a
1
Parent(s): 052927d
new legged
Browse files
app.py
CHANGED
|
@@ -108,16 +108,16 @@ def update_2(choice, progress):
|
|
| 108 |
# -----------------------------
|
| 109 |
with gr.Blocks() as demo:
|
| 110 |
|
| 111 |
-
gr.Markdown("# π΄ Trajectory Explorer
|
| 112 |
|
| 113 |
# -------------------------
|
| 114 |
# DOCUMENT 1
|
| 115 |
# -------------------------
|
| 116 |
-
gr.Markdown("## π
|
| 117 |
|
| 118 |
with gr.Row():
|
| 119 |
-
dd1 = gr.Dropdown(choices_1, label="Trajectory
|
| 120 |
-
sl1 = gr.Slider(0, 1, value=1, step=0.01, label="
|
| 121 |
|
| 122 |
plot1 = gr.Plot()
|
| 123 |
|
|
@@ -130,11 +130,11 @@ with gr.Blocks() as demo:
|
|
| 130 |
# -------------------------
|
| 131 |
# DOCUMENT 2
|
| 132 |
# -------------------------
|
| 133 |
-
gr.Markdown("## π
|
| 134 |
|
| 135 |
with gr.Row():
|
| 136 |
-
dd2 = gr.Dropdown(choices_2, label="Trajectory
|
| 137 |
-
sl2 = gr.Slider(0, 1, value=1, step=0.01, label="
|
| 138 |
|
| 139 |
plot2 = gr.Plot()
|
| 140 |
|
|
|
|
| 108 |
# -----------------------------
|
| 109 |
with gr.Blocks() as demo:
|
| 110 |
|
| 111 |
+
gr.Markdown("# π΄ Trajectory Explorer")
|
| 112 |
|
| 113 |
# -------------------------
|
| 114 |
# DOCUMENT 1
|
| 115 |
# -------------------------
|
| 116 |
+
gr.Markdown("## π 000_hinge_0 action primitive outcome archive ")
|
| 117 |
|
| 118 |
with gr.Row():
|
| 119 |
+
dd1 = gr.Dropdown(choices_1, label="Trajectory selected")
|
| 120 |
+
sl1 = gr.Slider(0, 1, value=1, step=0.01, label="Keyframe Progress")
|
| 121 |
|
| 122 |
plot1 = gr.Plot()
|
| 123 |
|
|
|
|
| 130 |
# -------------------------
|
| 131 |
# DOCUMENT 2
|
| 132 |
# -------------------------
|
| 133 |
+
gr.Markdown("## π 000_slider_0 action primitive outcome archive ")
|
| 134 |
|
| 135 |
with gr.Row():
|
| 136 |
+
dd2 = gr.Dropdown(choices_2, label="Trajectory selected")
|
| 137 |
+
sl2 = gr.Slider(0, 1, value=1, step=0.01, label="Keyframe Progress")
|
| 138 |
|
| 139 |
plot2 = gr.Plot()
|
| 140 |
|