Skip to content

Commit

Permalink
Merge pull request #147 from AAYUSH-droid/linkcomment1
Browse files Browse the repository at this point in the history
Hide summarize story & rate summary tasks in the frontend
  • Loading branch information
AbdBarho committed Dec 29, 2022
2 parents 26b2db5 + f96fb36 commit c2efbf2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/src/components/TaskSelection/TaskSelection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ export const TaskSelection = () => {
return (
<Flex gap={10} wrap="wrap" justifyContent="space-evenly" width="full" height="full" alignItems={"center"}>
<TaskOptions key="create" title="Create">
<TaskOption
{/* <TaskOption
alt="Summarize Stories"
img="/images/logos/logo.svg"
title="Summarize stories"
link="/create/summarize_story"
/>
/> */}
<TaskOption alt="Reply as User" img="/images/logos/logo.svg" title="Reply as User" link="/create/user_reply" />
<TaskOption
alt="Reply as Assistant"
Expand All @@ -22,12 +22,12 @@ export const TaskSelection = () => {
/>
</TaskOptions>
<TaskOptions key="evaluate" title="Evaluate">
<TaskOption
{/* <TaskOption
alt="Rate Prompts"
img="/images/logos/logo.svg"
title="Rate Prompts"
link="/evaluate/rate_summary"
/>
/> */}
<TaskOption
alt="Rank Initial Prompts"
img="/images/logos/logo.svg"
Expand Down

0 comments on commit c2efbf2

Please sign in to comment.