Skip to content

Commit

Permalink
Updated BPCC
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanks0465 committed Dec 17, 2024
1 parent 542cee4 commit e975922
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions frontend/src/app/datasets/[title]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ export default function Dataset({ params }: { params: { title: string } }) {
height={2000}
/>
);
} else if (params.title.includes("bpcc")) {
return (
<iframe
src={"https://bpcc.ai4bharat.org/"}
title={`${params.title}`}
width="100%"
height={2000}
/>
);
} else {
return (
<iframe
Expand Down

0 comments on commit e975922

Please sign in to comment.