diff --git a/src/components/sd-gym/PrivacyTradeoffs.js b/src/components/sd-gym/PrivacyTradeoffs.js
new file mode 100644
index 00000000..67d5ed53
--- /dev/null
+++ b/src/components/sd-gym/PrivacyTradeoffs.js
@@ -0,0 +1,15 @@
+import React from "react";
+
+const PrivacyTradeoffs = () => {
+  return (
+    
+      
+        
+          The Privacy-Quality Tradeoffs
+        
+      
+    
+              {payload[0].payload.model}
+              
+              Time: {payload[0].payload.x}
+              
+              Quality: {payload[0].payload.y}
+            
+          ) : null
+        }
+      />
+      
+       null}
+        legendType="none"
+      />
+    
+  );
+}
diff --git a/src/components/sd-gym/SpeedTradeoffs.js b/src/components/sd-gym/SpeedTradeoffs.js
new file mode 100644
index 00000000..dcac08e0
--- /dev/null
+++ b/src/components/sd-gym/SpeedTradeoffs.js
@@ -0,0 +1,17 @@
+import React from "react";
+import SpeedTradeoffChart from "./SpeedTradeoffChart";
+
+const SpeedTradeoffs = () => {
+  return (
+    
+      
+        
+          The Quality-Speed Tradeoffs
+        
+        
+      
+    
-  //       
-  //     
-  //   
-  // );
+      
+        
+      
+    
+  );
 }