Skip to content

Commit

Permalink
updated description and app name.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrumilp12 committed Jun 26, 2024
1 parent 5c4eb12 commit 0807318
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions client/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
content="This AI-Driven Mental Health Companion app provides mental health support through conversational AI, offering personalized advice, mood tracking, and mental health resources based on user inputs and interaction history. "
/>
<title>Mental Health App</title>
<script type="module" crossorigin src="/assets/index-fGieArf4.js"></script>
<title>Mental Health Companion</title>
<script type="module" crossorigin src="/assets/index-q7Zr2PlQ.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-B_Zi3VXB.css">
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
content="This AI-Driven Mental Health Companion app provides mental health support through conversational AI, offering personalized advice, mood tracking, and mental health resources based on user inputs and interaction history. "
/>
<title>Mental Health App</title>
<title>Mental Health Companion</title>
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion client/src/Components/chatComponent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ const sendAudioToServer = (audioBlob) => {
<Box sx={{ display: 'flex', marginBottom: 2, marginTop: 3 }}>
<Avatar src={Aria} sx={{ width: 44, height: 44, marginRight: 2, }} alt="Aria" />
<Typography variant="h4" component="h1" gutterBottom>
Welcome to Mental Health Companion
Welcome to Your Mental Health Companion
</Typography>
</Box>)}

Expand Down
2 changes: 1 addition & 1 deletion client/src/Components/chatInterface.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ const sendAudioToServer = (audioBlob) => {
<Box sx={{ display: 'flex', marginBottom: 2, marginTop:3}}>
<Avatar src={Aria} sx={{ width: 44, height: 44, marginRight: 2, }} alt="Aria" />
<Typography variant="h4" component="h1" gutterBottom>
Welcome to Mental Health Companion
Welcome to Your Mental Health Companion
</Typography>
</Box>)}

Expand Down

0 comments on commit 0807318

Please sign in to comment.