Skip to content

Commit

Permalink
correct dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed May 15, 2024
1 parent 6df0ca0 commit 229b33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import CodeSnippet from "./CodeSnippet";
import RowPlotContainer from "./RowPlotContainer";
import "../styles/App.css";
//const url = "http://localhost:8000/zarr_store.zarr";
const url = "https://spikeinterface-template-database.s3.us-east-2.amazonaws.com/test_templates";
const url = "https://spikeinterface-template-database.s3.us-east-2.amazonaws.com/test_templates.zarr";

//const url = process.env.TEST_URL || "https://s3.amazonaws.com/my-bucket/templates";

Expand Down

0 comments on commit 229b33e

Please sign in to comment.