Skip to content
Snippets Groups Projects
Commit 2564d22a authored by Christy Tran's avatar Christy Tran
Browse files

trying to add text box for analysis

parent 41b6a3c0
Branches
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment