Sarah Ciston commited on
Commit
840cbc5
·
1 Parent(s): 1a66e6f

add context paragraph to interface

Browse files
Files changed (2) hide show
  1. sketch.js +1 -1
  2. style.css +1 -0
sketch.js CHANGED
@@ -52,7 +52,7 @@ new p5(function(p5){
52
  let title = p5.createElement('h1', 'p5.js Critical AI Prompt Battle')
53
  // title.position(0,50)
54
 
55
- p5.createElement('p',`This is a new paragraph.`)
56
  // .position(0,100)
57
 
58
  promptInput = p5.createInput("")
 
52
  let title = p5.createElement('h1', 'p5.js Critical AI Prompt Battle')
53
  // title.position(0,50)
54
 
55
+ p5.createElement('p',`This tool lets you run several AI chat prompts at once and compare their results. Use it to explore what models 'know' about various concepts, communities, and cultures. For more information on prompt programming and critical AI, see [XXX][TO-DO]`)
56
  // .position(0,100)
57
 
58
  promptInput = p5.createInput("")
style.css CHANGED
@@ -3,6 +3,7 @@
3
  padding: 1rem;
4
  margin: 0;
5
  font-family: "Fira Code VF", monospace;
 
6
  }
7
 
8
  html,
 
3
  padding: 1rem;
4
  margin: 0;
5
  font-family: "Fira Code VF", monospace;
6
+ line-height: 1.5;
7
  }
8
 
9
  html,