diff --git a/main.html b/main.html index 03671d5522f99df1c4813c1cabe08d783f884f2a..eb80d4f82a2e320d8cb7df3010f9dd13df91a68d 100644 --- a/main.html +++ b/main.html @@ -95,7 +95,19 @@ <li><p>placeholder...</p></li> </ul> </section> - + <!--<body> + <h1>Sentiment Scanner</h1> + <form action="/analyze" method="post"> + <textarea name="text" rows="4" cols="50" placeholder="Enter text to analyze"></textarea><br> + <input type="submit" value="Analyze"> + </form> + <body> + <h2>Analysis Result</h2> + <p><strong>Text:</strong> {{ text }}</p> + <p><strong>Sentiment:</strong> {{ sentiment_label }}</p> + <img src="/Middle.png" alt="Sentiment Image"> + </body> + </body>--> <section> <h2>Contact</h2> <p>You can reach us at mjk488@drexel.edu.</p>