Skip to content

Commit

Permalink
Update info texts
Browse files Browse the repository at this point in the history
  • Loading branch information
Keskimaki committed Mar 27, 2023
1 parent c5e3efe commit 0d11416
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ const HomePage = () => {
<div className="column is-8-desktop">
<div className="field">
<label className="label" htmlFor="guide">
Guide to Answer
Instructions
</label>
<textarea
className="textarea"
id="guide"
rows={2}
placeholder="Enter the guide here..."
placeholder="e.g. You are a helpful assistant"
onChange={(e: any) => setGuide(e.target.value)}
/>
</div>
Expand All @@ -84,7 +84,7 @@ const HomePage = () => {
className="textarea"
id="question"
rows={2}
placeholder="Enter the question here..."
placeholder="Enter the question here"
onChange={(e:any) => setQuestion(e.target.value)}
/>
</div>
Expand Down

0 comments on commit 0d11416

Please sign in to comment.