diff --git a/index.html b/index.html
index c7d9d3a36e5038b3827ac266949281ec6ec33794..72ac67104debd073f4fc43c1375149c0b35a3d15 100644
--- a/index.html
+++ b/index.html
@@ -8,9 +8,7 @@
       type="image/x-icon"
     />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <!-- <script type="text/javascript" defer src="./assets/js/mapscript.js" charset="utf-8">
-        </script> -->
-      <!-- <script type="module" src="https://2024.igem.wiki/bielefeld-cebitec/mapscript.js"></script> -->
+
     <title>Bielefeld-CeBiTec - iGEM 2024</title>
   </head>
   <body>
diff --git a/src/contents/description.tsx b/src/contents/description.tsx
index 656eedb815afaaac092df6d38f4ccbb3354b782c..85d882db7e51de140433eb8c49c444a4ea6d45c2 100644
--- a/src/contents/description.tsx
+++ b/src/contents/description.tsx
@@ -1,13 +1,7 @@
 import { H2 } from "../components/headings";
 import { Circle } from "../components/Shapes";
-/* import  {LineChart} from '@mui/x-charts/LineChart'; */
-/* import "../utils/text.js"; */
-/* import { Collapsible } from "../components/Collapsible";
-import { ButtonRowTabs } from "../components/Tabs";
-import {TabButtonRow} from "../components/Buttons"; */
-/* import { InfoBox } from "../components/Boxes";  */
 import { Complex } from "../components/svgs";
-import PieChart from './Graph.tsx';
+/* import PieChart from './Graph.tsx'; */
 
 export function Description() { 
   return (
@@ -146,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>