Commit e73a2e7b authored by Larry Schultheis's avatar Larry Schultheis
Browse files

Made it a little perty

:)
parent 51d92f2c
Loading
Loading
Loading
Loading
+44 −26
Original line number Diff line number Diff line
@@ -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>
@@ -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>
@@ -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>