Loading web/index.html +44 −26 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ <!-- Meat 'n potatoes --> <body> <div id="interactivity"> <div id="interactivity" class="jumbotron"> <!-- User interactivity portion --> <h3>Type your message here:</h3> <textarea name="message"></textarea> Loading @@ -35,11 +35,15 @@ <div id="top_algorithm"> <p>Algorithm currently in use: </p><p name="algorithmInUse"></p> <br> <table> <table class="table table-bordered table-hover" style="width: 25%;"> <thead class="thead-dark"> <tr> <th>Algorithm Name</th> <th>F1 score</th> </tr> </thead> <tbody> <tr> <td>Neural Network</td> <td>1.0</td> Loading @@ -60,8 +64,22 @@ <td>Neural Network</td> <td>1.0</td> </tr> </tbody> </table> </div> <br> </body> </html> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"> <!-- jQuery library --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <!-- Popper JS --> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script> <!-- Latest compiled JavaScript --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script> Loading
web/index.html +44 −26 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ <!-- Meat 'n potatoes --> <body> <div id="interactivity"> <div id="interactivity" class="jumbotron"> <!-- User interactivity portion --> <h3>Type your message here:</h3> <textarea name="message"></textarea> Loading @@ -35,11 +35,15 @@ <div id="top_algorithm"> <p>Algorithm currently in use: </p><p name="algorithmInUse"></p> <br> <table> <table class="table table-bordered table-hover" style="width: 25%;"> <thead class="thead-dark"> <tr> <th>Algorithm Name</th> <th>F1 score</th> </tr> </thead> <tbody> <tr> <td>Neural Network</td> <td>1.0</td> Loading @@ -60,8 +64,22 @@ <td>Neural Network</td> <td>1.0</td> </tr> </tbody> </table> </div> <br> </body> </html> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"> <!-- jQuery library --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <!-- Popper JS --> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script> <!-- Latest compiled JavaScript --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>