Update templates/machine_failure.html
#10
by
pranshh
- opened
templates/machine_failure.html
CHANGED
@@ -5,7 +5,8 @@
|
|
5 |
|
6 |
<div class="bg-gray-50 p-6 rounded shadow mb-6">
|
7 |
<h2 class="text-2xl font-semibold mb-2">Upload Machine Failure Data (CSV)</h2>
|
8 |
-
<form action="{{ url_for('machine_failure.upload_file_machine') }}" method="POST" enctype="multipart/form-data">
|
|
|
9 |
<button type="submit" class="btn-learn-more">Upload</button>
|
10 |
</form>
|
11 |
</div>
|
|
|
5 |
|
6 |
<div class="bg-gray-50 p-6 rounded shadow mb-6">
|
7 |
<h2 class="text-2xl font-semibold mb-2">Upload Machine Failure Data (CSV)</h2>
|
8 |
+
<form action="{{ url_for('machine_failure.upload_file_machine') }}" method="POST" enctype="multipart/form-data">
|
9 |
+
<input type="file" name="machine_file" accept=".csv" class="mb-4 block">
|
10 |
<button type="submit" class="btn-learn-more">Upload</button>
|
11 |
</form>
|
12 |
</div>
|