Skip to content

Commit

Permalink
Merge pull request #93 from AI4Bharat/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Shanks0465 authored Dec 17, 2024
2 parents febc7e4 + e975922 commit f35593f
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 f35593f

Please sign in to comment.