empty test error fixed
diff --git a/web_app/templates/table.html b/web_app/templates/table.html
index 0dba28c..1084a3a 100644
--- a/web_app/templates/table.html
+++ b/web_app/templates/table.html
@@ -9,7 +9,7 @@
 <body>
     {% block body %}
     <div class="table-responsive">
-        <table class="table">
+        <table class="table" width="600">
         {% for header in headers %}
         <th>
             <h2>{{ header }}</h2>