broadfield-dev commited on
Commit
3c3a4be
·
verified ·
1 Parent(s): d79d175

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -94,7 +94,7 @@ def bubble_sort(arr):
94
  <input type="password" id="hfToken" placeholder="hf_...">
95
 
96
  <label>Repository ID</label>
97
- <input type="text" id="hfRepo" placeholder="username/dataset-name">
98
 
99
  <div class="modal-actions">
100
  <button class="btn btn-secondary" onclick="closeUploadModal()">Cancel</button>
 
94
  <input type="password" id="hfToken" placeholder="hf_...">
95
 
96
  <label>Repository ID</label>
97
+ <input type="text" id="hfRepo" placeholder="dataset-name (Username auto-detected)">
98
 
99
  <div class="modal-actions">
100
  <button class="btn btn-secondary" onclick="closeUploadModal()">Cancel</button>