Skip to content

Commit

Permalink
use <br>
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonwalters committed Sep 18, 2024
1 parent 16f74da commit d0dd3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topic_modeling/topic_modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
print(f"An unexpected error occurred: {e}<br>")

#print first 10 keywords
print("First 10 Keywords:", keywords[:10],"<br>")
print("<b>First 10 Keywords:</b><br>", keywords[:10],"<br><br>")

#define cosine similarity
from numpy.linalg import norm
Expand Down

0 comments on commit d0dd3b6

Please sign in to comment.