diff --git a/bitsat_branch_predictor/public/hyderabad_trend.png b/bitsat_branch_predictor/public/hyderabad_trend.png new file mode 100644 index 0000000..1536d94 Binary files /dev/null and b/bitsat_branch_predictor/public/hyderabad_trend.png differ diff --git a/bitsat_branch_predictor/src/Home.jsx b/bitsat_branch_predictor/src/Home.jsx index 3f0210f..cf82999 100644 --- a/bitsat_branch_predictor/src/Home.jsx +++ b/bitsat_branch_predictor/src/Home.jsx @@ -1,5 +1,7 @@ import { useState, useEffect } from "react"; import pilani_img from "./assets/trend_pilani.png"; +import goa_img from "./assets/goa_trend.png"; +import hyd_img from "./assets/hyd_trend.png"; function Home() { @@ -64,24 +66,25 @@ function Home() {
Pilani trends - {/* Goa trend + Goa trends - Hyderabad trend */} + Hyderabad trends
-
+
+

Enter Score

setInput(e.target.value)} - className="w-full px-4 py-2 rounded-lg text-beige mb-4" placeholder="Score" - /> + className="w-full px-4 py-2 rounded-lg text-beige mb-4" placeholder="Score"/> + {(
diff --git a/bitsat_branch_predictor/src/assets/goa_trend.png b/bitsat_branch_predictor/src/assets/goa_trend.png new file mode 100644 index 0000000..77ea535 Binary files /dev/null and b/bitsat_branch_predictor/src/assets/goa_trend.png differ diff --git a/bitsat_branch_predictor/src/assets/hyd_trend.png b/bitsat_branch_predictor/src/assets/hyd_trend.png new file mode 100644 index 0000000..1536d94 Binary files /dev/null and b/bitsat_branch_predictor/src/assets/hyd_trend.png differ