Skip to content

Commit

Permalink
update index
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasxlu committed Apr 6, 2019
1 parent c21c14f commit 2e20042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nlp/templates/hotwords.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<h2 style="padding-top: 20px;">Hot Words Analysis</h2>
<textarea name="text" rows="10"></textarea>
<button class="btn btn-primary btn-block" onclick="showKeywords()"><i class="fa fa-calculator"
aria-hidden="true"></i>TF-IDF
aria-hidden="true"></i>Calculate
</button>
<div id="keywords" style="width: 100%; height:600px;"></div>
</div>
Expand Down

0 comments on commit 2e20042

Please sign in to comment.