tables added to webapp
diff --git a/web_app/templates/table.html b/web_app/templates/table.html
index 1084a3a..dedb38b 100644
--- a/web_app/templates/table.html
+++ b/web_app/templates/table.html
@@ -8,8 +8,14 @@
 </head>
 <body>
     {% block body %}
+    <h1 align="center">Lab name goes here:-)</h1>
     <div class="table-responsive">
         <table class="table" width="600">
+        <div id="images">
+            {% for url in urls %}
+            <img src="{{ url }}">    
+            {% endfor %}
+        </div>
         {% for header in headers %}
         <th>
             <h2>{{ header }}</h2>