pdufour commited on
Commit
7aba858
1 Parent(s): 03525a7

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -32,11 +32,11 @@
32
  <label id="example">(or try example)</label>
33
  </div>
34
  <div>
35
- <input type="text" placeholder="Add your prompt">
36
  </div>
37
  </label>
38
  <label id="status">Loading model...</label>
39
- <input id="upload" type="file" accept="image/*" />
40
  <div id="llm-output"></div>
41
  </form>
42
 
 
32
  <label id="example">(or try example)</label>
33
  </div>
34
  <div>
35
+ <input type="text" placeholder="Add your prompt" disabled>
36
  </div>
37
  </label>
38
  <label id="status">Loading model...</label>
39
+ <input id="upload" type="file" accept="image/*" disabled />
40
  <div id="llm-output"></div>
41
  </form>
42