From fd041bca86833dec4fbed175109c7cc45f73331a Mon Sep 17 00:00:00 2001
From: maggie <mjk488@drexel.edu>
Date: Sun, 21 Apr 2024 12:20:56 -0400
Subject: [PATCH] text change

---
 main.html | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/main.html b/main.html
index e3490c1..82ac4de 100644
--- a/main.html
+++ b/main.html
@@ -21,7 +21,7 @@
         
         <section>
             <h2>Product Vision</h2>
-            <p>Our product is a downloadable chrome extension that uses AI to detect hate speech. This AI (add more info about the AI and how it was trained). </p>
+            <p>Our product is a downloadable chrome extension that uses AI to detect foul language and hate speech. This product gets user input and was trained using API and ChatGPT 4.0. </p>
         </section>
         
         <section>
@@ -71,7 +71,7 @@
     
                     <div class="developer">
                         <div class="circular-image">
-                            <img src="./christy_headshot.jpg" alt="Ivy headshot">
+                            <img src="./ivyheadshot.png" alt="Ivy headshot">
                         </div>
                         <div class="description">
                             <h2>Ivy Shao</h2>
@@ -92,7 +92,8 @@
                 <li><p>How to conncet project to VS Code</p></li>
                 <li><p>How to use VS Code</p></li>
                 <li><p>How to create and style a webpage</p></li>
-                <li><p>placeholder...</p></li>
+                <li><p>How to use train AI</p></li>
+                <li><p>How to clean and format data sets</p></li>
             </ul>
         </section>
         <body>
-- 
GitLab