Skip to content

Commit

Permalink
Merge pull request #54 from nattvara/change-slogan
Browse files Browse the repository at this point in the history
Change slogan
  • Loading branch information
nattvara authored Apr 24, 2023
2 parents 3972162 + 2a7bf3b commit 6e7dc2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion web-ui/src/components/page/page-frame/page-frame.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function PageFrame(props: PageFrameProps) {
{showDescription && (
<>
<h1 className={styles.subtitle}>
Ask GPT-3 questions about KTH lectures
Help with lectures and assignments
</h1>
<Row className={styles.subtitle} justify="center">
<Col className={styles.header_btn}>
Expand Down
6 changes: 3 additions & 3 deletions web-ui/src/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">

<!-- Primary Meta Tags -->
<meta name="title" content="kthGPT - Ask GPT-3 questions about KTH lectures">
<meta name="title" content="kthGPT - Help with lectures and assignments">
<meta name="description" content="kthGPT is a free and open source tool that can watch a lecture for you. As a student, kthGPT can help you learn how to solve assignments and understand lecture slides and other course material.">

<!-- Favicon -->
Expand All @@ -17,14 +17,14 @@
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://kthgpt.com/">
<meta property="og:title" content="kthGPT - Ask GPT-3 questions about KTH lectures">
<meta property="og:title" content="kthGPT - Help with lectures and assignments">
<meta property="og:description" content="kthGPT is a free and open source tool that can watch a lecture for you. It allows students to ask questions about any lecture using the GPT-3 model.">
<meta property="og:image" content="https://kthgpt.com/og-image.jpg">

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://kthgpt.com/">
<meta property="twitter:title" content="kthGPT - Ask GPT-3 questions about KTH lectures">
<meta property="twitter:title" content="kthGPT - Help with lectures and assignments">
<meta property="twitter:description" content="kthGPT is a free and open source tool that can watch a lecture for you. It allows students to ask questions about any lecture using the GPT-3 model.">
<meta property="twitter:image" content="https://kthgpt.com/og-image.jpg">

Expand Down

0 comments on commit 6e7dc2a

Please sign in to comment.