Update static/index.HTML

#7
by InnoLink - opened
Files changed (1) hide show
  1. static/index.HTML +4 -4
static/index.HTML CHANGED
@@ -15,10 +15,10 @@
15
  <h1>Text generation using Flan T5</h1>
16
  <p>
17
  Model:
18
- <a
19
- href="https://huggingface.co/google/flan-t5-small"
20
- rel="noreferrer" target="_blank"
21
- >google/flan-t5-small</a>
22
  </p>
23
  <form class="text-gen-form">
24
  <label for="text-gen-input">Text prompt</label>
 
15
  <h1>Text generation using Flan T5</h1>
16
  <p>
17
  Model:
18
+ <a href="https://huggingface.co/google/flan-t5-small"
19
+ rel="noreferrer" target="_blank">
20
+ google/flan-t5-small
21
+ </a>
22
  </p>
23
  <form class="text-gen-form">
24
  <label for="text-gen-input">Text prompt</label>