broadfield-dev commited on
Commit
5eae150
·
verified ·
1 Parent(s): 9c65ec4

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -47,7 +47,7 @@
47
  <button type="submit" class="w-full bg-purple-500 text-white p-2 rounded-lg hover:bg-purple-600 transition">Find Programs by Description</button>
48
  </form>
49
 
50
- <!-- Buttons to Load, Process, and Reset Hugging Face Dataset and Database -->
51
  <form hx-post="/" hx-target="#results" hx-swap="innerHTML" class="space-y-4">
52
  <button type="submit" name="load_dataset" value="true" class="w-full bg-cyan-500 text-white p-2 rounded-lg hover:bg-cyan-600 transition">Load Hugging Face Dataset</button>
53
  </form>
@@ -56,7 +56,7 @@
56
  </form>
57
  <form hx-post="/" hx-target="#results" hx-swap="innerHTML" class="space-y-4">
58
  <button type="submit" name="reset_db" value="true" class="w-full bg-red-500 text-white p-2 rounded-lg hover:bg-red-600 transition">Reset Database</button>
59
- </form>
60
  </div>
61
 
62
  <!-- Results Section -->
 
47
  <button type="submit" class="w-full bg-purple-500 text-white p-2 rounded-lg hover:bg-purple-600 transition">Find Programs by Description</button>
48
  </form>
49
 
50
+ <!-- Buttons to Load, Process, and Reset Hugging Face Dataset and Database >
51
  <form hx-post="/" hx-target="#results" hx-swap="innerHTML" class="space-y-4">
52
  <button type="submit" name="load_dataset" value="true" class="w-full bg-cyan-500 text-white p-2 rounded-lg hover:bg-cyan-600 transition">Load Hugging Face Dataset</button>
53
  </form>
 
56
  </form>
57
  <form hx-post="/" hx-target="#results" hx-swap="innerHTML" class="space-y-4">
58
  <button type="submit" name="reset_db" value="true" class="w-full bg-red-500 text-white p-2 rounded-lg hover:bg-red-600 transition">Reset Database</button>
59
+ </form-->
60
  </div>
61
 
62
  <!-- Results Section -->