pranshh commited on
Commit
e7d3e79
·
verified ·
1 Parent(s): b0ecbef

Update templates/sales_prediction.html

Browse files
Files changed (1) hide show
  1. templates/sales_prediction.html +1 -1
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('sales_prediction.upload_file') }}" 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>
 
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>