From 96f2e44ed5018811ccd6afe974956f0f99f9029b Mon Sep 17 00:00:00 2001
From: ctt57 <ctt57@drexel.edu>
Date: Sun, 21 Apr 2024 12:13:08 -0400
Subject: [PATCH] pushing changes
---
main.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/main.html b/main.html
index eb80d4f..e3490c1 100644
--- a/main.html
+++ b/main.html
@@ -95,7 +95,7 @@
<li><p>placeholder...</p></li>
</ul>
</section>
- <!--<body>
+ <body>
<h1>Sentiment Scanner</h1>
<form action="/analyze" method="post">
<textarea name="text" rows="4" cols="50" placeholder="Enter text to analyze"></textarea><br>
@@ -107,7 +107,7 @@
<p><strong>Sentiment:</strong> {{ sentiment_label }}</p>
<img src="/Middle.png" alt="Sentiment Image">
</body>
- </body>-->
+ </body>
<section>
<h2>Contact</h2>
<p>You can reach us at mjk488@drexel.edu.</p>
--
GitLab