Skip to content

Commit

Permalink
Added styling to AI response
Browse files Browse the repository at this point in the history
  • Loading branch information
rachel-lawrie committed Sep 11, 2024
1 parent 7ac4f6d commit 27e49b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/modals/AISoftcodedModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ export default function AISoftcodedModal(props) {

return (
<Modal
title="Explanation"
open={isModalVisible}
onCancel={handleCancel}
footer={[
Expand Down
1 change: 1 addition & 0 deletions src/pages/household/output/explainerAIPromptContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const getExplainerAIPromptContent = (
4. If relevant, suggest how changes in input might affect this result.
Keep your explanation concise but informative, suitable for a general audience. Do not start with phrases like "Certainly!" or "Here's an explanation. It will be rendered as markdown, so preface $ with \\ (a single backslash).
Include stylized titles for each section of the response.
${AI_PROMPT}
Expand Down

0 comments on commit 27e49b1

Please sign in to comment.