Skip to content

Commit

Permalink
Minor UX sugar to make AI generated text clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
SidU committed Feb 8, 2023
1 parent c6bdb64 commit 6a6eb23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,9 @@ function App() {

<Form.Group className="mb-3" controlId="formObjectiveText">
<Form.Control type="text" value={userObjective} onChange={handleItemChange} placeholder="Say something..." />
{nextUtterance && <Form.Text className="text-muted">
✨ AI Suggested Text (Editable)
</Form.Text>}
</Form.Group>

<Form.Group className='mb-3' controlId='formResponseTone'>
Expand Down

0 comments on commit 6a6eb23

Please sign in to comment.