diff --git a/src/contents/description.tsx b/src/contents/description.tsx
index 85d882db7e51de140433eb8c49c444a4ea6d45c2..1dd8306825b5cab15f060a65dffed487a0cbc65a 100644
--- a/src/contents/description.tsx
+++ b/src/contents/description.tsx
@@ -1,7 +1,7 @@
 import { H2 } from "../components/headings";
 import { Circle } from "../components/Shapes";
 import { Complex } from "../components/svgs";
-/* import PieChart from './Graph.tsx'; */
+import PieChart from './Graph.tsx'; 
 
 export function Description() { 
   return (
@@ -140,7 +140,7 @@ export function Description() {
 
                 <p>We are envisioning a potential integration into a broader therapeutic framework involving customized gene editing tools for various genetic disorders, that present similar problems/difficulties to the F508del mutation, as well as other genetic diseases of different causes. This could include collaborations with pharmaceutical companies to develop new treatment modalities for genetic diseases beyond cystic fibrosis, utilizing advanced delivery systems and personalized medicine approaches. </p>
                 <H2 text="Editing Statistics"/>
-                {/* <PieChart />  */}{/* Render the PieChart component */}
+                 <PieChart />  {/* Render the PieChart component */}
             </section>
           </div>
     
diff --git a/yarn.lock b/yarn.lock
index 2635752df79ed5538278204884b7d5042e74df79..0a7f5e8e6c389f79b0e7495d1e068135f0e6c43b 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2430,9 +2430,9 @@ flatted@^3.2.9:
   integrity sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==
 
 framer-motion@^11.2.13:
-  version "11.3.26"
-  resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-11.3.26.tgz#3c1db74d39db5ff3fbf63e1f64a52948219b3bce"
-  integrity sha512-kFfeU6353Q1wTPKJFPy8rjZi+U0BVVtvqJsra8bnftPq8V1aL08BpasQSHXghO8J5fWYwqy3ET56Mi05GBn4cA==
+  version "11.3.27"
+  resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-11.3.27.tgz#6e10205beb18fe678ea4c0e26d79645c38955856"
+  integrity sha512-Uf72PFEZuei/1IeCmGJ236EIl6VUri7SLovtTGg/cOAzMHG01CXXg1aL3ofuTuYr6Sq1QALlcEDaTig0PXb4Dw==
   dependencies:
     tslib "^2.4.0"