minor
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ default_trajectories = get_trajectories(paths[0], default_scalar_fields[0])
|
|
| 33 |
default_images = get_images(paths[0], default_scalar_fields[0], default_trajectories[0])
|
| 34 |
|
| 35 |
with gr.Blocks() as demo:
|
| 36 |
-
gr.Markdown(f"# π HDF5 Viewer for the [{repo_id}](https://huggingface.co/{repo_id}) Dataset π")
|
| 37 |
gr.Markdown(f"Showing files at `{set_path}`")
|
| 38 |
with gr.Row():
|
| 39 |
files_dropdown = gr.Dropdown(choices=paths, value=paths[0], label="file", scale=4)
|
|
|
|
| 33 |
default_images = get_images(paths[0], default_scalar_fields[0], default_trajectories[0])
|
| 34 |
|
| 35 |
with gr.Blocks() as demo:
|
| 36 |
+
gr.Markdown(f"# π HDF5 Viewer for the [{repo_id}](https://huggingface.co/datasets/{repo_id}) Dataset π")
|
| 37 |
gr.Markdown(f"Showing files at `{set_path}`")
|
| 38 |
with gr.Row():
|
| 39 |
files_dropdown = gr.Dropdown(choices=paths, value=paths[0], label="file", scale=4)
|