Skip to content

Commit dc6490c

Browse files
authored
Update app.py
1 parent cc665d1 commit dc6490c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ def analyze_sentiment(text):
123123
<ul id="positiveSamples"></ul>
124124
<h3>Negative:</h3>
125125
<ul id="negativeSamples"></ul>
126-
<h4>Hint:Craft a sentence using any of these words ['good', 'great', 'excellent', 'wonderful', 'amazing', 'love', 'enjoy', 'fantastic'] </h1>
126+
<b>Hint</b>: <br>
127+
Craft a sentence using any of these words: <br>['good', 'great', 'excellent', 'wonderful', 'amazing', 'love', 'enjoy', 'fantastic']
127128
</div>
128129
129130
<script>

0 commit comments

Comments
 (0)