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