Spaces:
Sleeping
Sleeping
Update templates/result.html
Browse files- templates/result.html +10 -8
templates/result.html
CHANGED
@@ -166,6 +166,15 @@
|
|
166 |
</head>
|
167 |
|
168 |
<body>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
<div class="container d-flex">
|
170 |
{% with messages = get_flashed_messages() %} {% if messages %}
|
171 |
<div class="alert alert-success mt-4 " id="flash-message">
|
@@ -195,14 +204,7 @@
|
|
195 |
</div>
|
196 |
<div class="col-md-6 processed-container cont ">
|
197 |
<div>
|
198 |
-
<!-- {% if parsed_data %} -->
|
199 |
-
<div class="d-flex align-items-center justify-content-between">
|
200 |
-
<h1>Processed Data</h1>
|
201 |
-
<!-- Reset Button -->
|
202 |
-
<div class="text-center mt-4">
|
203 |
-
<a href="{{ url_for('reset_upload') }}" class="btn btn-reset">Reset & Upload New File</a>
|
204 |
-
</div>
|
205 |
-
</div>
|
206 |
|
207 |
<!-- PDF and Personal Information Section -->
|
208 |
<!-- PDF and Personal Information Section -->
|
|
|
166 |
</head>
|
167 |
|
168 |
<body>
|
169 |
+
<div class="container d-flex">
|
170 |
+
<div class="d-flex align-items-center justify-content-between">
|
171 |
+
<h1>Processed Data</h1>
|
172 |
+
<!-- Reset Button -->
|
173 |
+
<div class="text-center mt-4">
|
174 |
+
<a href="{{ url_for('reset_upload') }}" class="btn btn-reset">Reset & Upload New File</a>
|
175 |
+
</div>
|
176 |
+
</div>
|
177 |
+
</div>
|
178 |
<div class="container d-flex">
|
179 |
{% with messages = get_flashed_messages() %} {% if messages %}
|
180 |
<div class="alert alert-success mt-4 " id="flash-message">
|
|
|
204 |
</div>
|
205 |
<div class="col-md-6 processed-container cont ">
|
206 |
<div>
|
207 |
+
<!-- {% if parsed_data %} -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
208 |
|
209 |
<!-- PDF and Personal Information Section -->
|
210 |
<!-- PDF and Personal Information Section -->
|