Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
priyavratamohan authored Jun 13, 2024
1 parent aeab2c7 commit 60e3497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>
<div class="container">
<div class="sidebar">
<button id="newInputButton">New Input</button>
<button id="newInputButton">Clear Previous output for New Input</button>
<h3>Saved Inputs</h3>
<h5>Click on a saved input to use it again!</h5>
<ul id="inputList"></ul>
Expand All @@ -26,4 +26,4 @@ <h1>Sentiment Analysis</h1>
</div>
<script src="script.js"></script>
</body>
</html>
</html>

0 comments on commit 60e3497

Please sign in to comment.