kristenq commited on
Commit
49f70ed
·
verified ·
1 Parent(s): e592b0b

Fix link open bug

Browse files

Opening links without targets crashes the Space

Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -40,7 +40,7 @@
40
  </div>
41
  </div>
42
  <div class="footer">
43
- <p>Powered by <a href="https://goo.gle/hf-gemma-3-270m-it">Gemma 3 270M</a> and <a href="https://ai.google.dev/edge/mediapipe/">MediaPipe</a></p>
44
  <a href="https://goo.gle/emoji-gemma-cookbook" target="_blank">View on GitHub<svg fill="none" xmlns="http://www.w3.org/2000/svg"
45
  viewBox="0 0 7 12">
46
  <path d="m.06 10.4.94.93L6.33 6 1 .67l-.94.94L4.45 6" fill="#327AC3" />
 
40
  </div>
41
  </div>
42
  <div class="footer">
43
+ <p>Powered by <a href="https://goo.gle/hf-gemma-3-270m-it" target="_blank">Gemma 3 270M</a> and <a href="https://ai.google.dev/edge/mediapipe/" target="_blank">MediaPipe</a></p>
44
  <a href="https://goo.gle/emoji-gemma-cookbook" target="_blank">View on GitHub<svg fill="none" xmlns="http://www.w3.org/2000/svg"
45
  viewBox="0 0 7 12">
46
  <path d="m.06 10.4.94.93L6.33 6 1 .67l-.94.94L4.45 6" fill="#327AC3" />