lhoestq HF staff commited on
Commit
52d6c73
β€’
1 Parent(s): 126cb9c
Files changed (1) hide show
  1. app.py +1 -1
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)