WebashalarForML commited on
Commit
5799e4c
·
verified ·
1 Parent(s): 31c34f6

Update templates/upload.html

Browse files
Files changed (1) hide show
  1. templates/upload.html +2 -2
templates/upload.html CHANGED
@@ -189,8 +189,8 @@
189
  Uploaded:
190
  <span class="text-danger">{{ session.get('uploaded_file') }}</span>
191
  </p>
192
- <div class="file-actions">
193
- <form action="{{ url_for('upload_file') }}" method="post" enctype="multipart/form-data">
194
  <button type="submit" class="btn btn-outline-danger">
195
  <i class="bi bi-trash"></i> Remove Uploaded File
196
  </button>
 
189
  Uploaded:
190
  <span class="text-danger">{{ session.get('uploaded_file') }}</span>
191
  </p>
192
+ <div class="file-actions">
193
+ <form action="{{ url_for('remove_file') }}" method="post">
194
  <button type="submit" class="btn btn-outline-danger">
195
  <i class="bi bi-trash"></i> Remove Uploaded File
196
  </button>