Update app.py
Browse files
app.py
CHANGED
@@ -256,7 +256,7 @@ def create_demo(process, max_images=12, default_num_images=4):
|
|
256 |
|
257 |
with gr.Row():
|
258 |
with gr.Column():
|
259 |
-
gr.Markdown()
|
260 |
with gr.Column():
|
261 |
gr.Video("./trajectory_hf/trajectory.avi",
|
262 |
format="avi",
|
|
|
256 |
|
257 |
with gr.Row():
|
258 |
with gr.Column():
|
259 |
+
gr.Markdown(traj_description)
|
260 |
with gr.Column():
|
261 |
gr.Video("./trajectory_hf/trajectory.avi",
|
262 |
format="avi",
|