WebashalarForML commited on
Commit
704efa8
·
verified ·
1 Parent(s): 510a639

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -109,10 +109,10 @@
109
  <input type="submit" value="Upload your Images" class="btn btn-outline-primary" />
110
  </form>
111
 
112
- {% if session.get('uploaded_file') %}
113
  <p class="mt-4">
114
  Uploaded:
115
- <span class="text-danger">{{ session.get('uploaded_file') }}</span>
116
  </p>
117
  <form action="{{ url_for('remove_file') }}" method="post">
118
  <button type="submit" class="btn btn-outline-danger">
 
109
  <input type="submit" value="Upload your Images" class="btn btn-outline-primary" />
110
  </form>
111
 
112
+ {% if session.get('uploaded_files') %}
113
  <p class="mt-4">
114
  Uploaded:
115
+ <span class="text-danger">{{ session.get('uploaded_files') }}</span>
116
  </p>
117
  <form action="{{ url_for('remove_file') }}" method="post">
118
  <button type="submit" class="btn btn-outline-danger">