Aschen commited on
Commit
25ea5f1
1 Parent(s): 98a8d62

troubleshooting

Browse files
Files changed (2) hide show
  1. app.ts +1 -1
  2. index.html +1 -1
app.ts CHANGED
@@ -27,7 +27,7 @@ window.document.addEventListener("DOMContentLoaded", () => {
27
  /// ^to help in dev.
28
  }
29
 
30
- repoNameEl.value = `tfjs-mobilenet-${Date.now() % 1_000}`;
31
  /// "random" repo name
32
 
33
  form.addEventListener("submit", async (event) => {
 
27
  /// ^to help in dev.
28
  }
29
 
30
+ repoNameEl.value = `hello-world-${Date.now() % 1_000}`;
31
  /// "random" repo name
32
 
33
  form.addEventListener("submit", async (event) => {
index.html CHANGED
@@ -142,7 +142,7 @@
142
  id="submit"
143
  class="my-8 bg-green-500 rounded py-3 px-5 text-white shadow-md disabled:bg-slate-300"
144
  >
145
- Upload
146
  </button>
147
 
148
  <p class="text-gray-400 text-sm">Output logs</p>
 
142
  id="submit"
143
  class="my-8 bg-green-500 rounded py-3 px-5 text-white shadow-md disabled:bg-slate-300"
144
  >
145
+ Test me master
146
  </button>
147
 
148
  <p class="text-gray-400 text-sm">Output logs</p>