Skip to content

Commit

Permalink
updated huggingface url
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinjue committed Oct 19, 2023
1 parent 905c1d9 commit 7b325bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/db/DbProvider.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const DbProvider = ({ children }) => {
// register parquet
await newDb.registerFileURL(
'requests.parquet',
datasets.parquet.hfYtd,
datasets.csv.hfYtd,
4, // HTTP = 4. For more options: https://tinyurl.com/DuckDBDataProtocol
);

Expand Down

0 comments on commit 7b325bf

Please sign in to comment.