diff --git a/src/frontend/src/assets/undraw_blog_post_re_fy5x.svg b/src/frontend/src/assets/undraw_blog_post_re_fy5x.svg new file mode 100644 index 000000000..96bcbea23 --- /dev/null +++ b/src/frontend/src/assets/undraw_blog_post_re_fy5x.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/frontend/src/assets/undraw_chat_bot_re_e2gj.svg b/src/frontend/src/assets/undraw_chat_bot_re_e2gj.svg new file mode 100644 index 000000000..0d7af9195 --- /dev/null +++ b/src/frontend/src/assets/undraw_chat_bot_re_e2gj.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/frontend/src/assets/undraw_cloud_docs_re_xjht.svg b/src/frontend/src/assets/undraw_cloud_docs_re_xjht.svg new file mode 100644 index 000000000..6a0029370 --- /dev/null +++ b/src/frontend/src/assets/undraw_cloud_docs_re_xjht.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/frontend/src/modals/NewFlowModal/components/undrawCards/index.tsx b/src/frontend/src/modals/NewFlowModal/components/undrawCards/index.tsx index a98413dcb..2dc15adbb 100644 --- a/src/frontend/src/modals/NewFlowModal/components/undrawCards/index.tsx +++ b/src/frontend/src/modals/NewFlowModal/components/undrawCards/index.tsx @@ -10,6 +10,13 @@ import { ReactComponent as ChatWithHistory } from "../../../../assets/undraw_mob import { ReactComponent as Assistant } from "../../../../assets/undraw_team_collaboration_re_ow29.svg"; //@ts-ignore import { ReactComponent as APIRequest } from "../../../../assets/undraw_real_time_analytics_re_yliv.svg"; +//@ts-ignore +import {ReactComponent as PromptChaining} from "../../../../assets/undraw_cloud_docs_re_xjht.svg" +//@ts-ignore +import {ReactComponent as ChatBot} from "../../../../assets/undraw_chat_bot_re_e2gj.svg" +//@ts-ignore +import {ReactComponent as BlogPost} from "../../../../assets/undraw_blog_post_re_fy5x.svg" + import { Card, CardContent, @@ -28,12 +35,12 @@ export default function UndrawCardComponent({ function selectImage() { switch (flow.name) { - case "Data Ingestion": + case "Blog Writter": return ( - @@ -48,9 +55,9 @@ export default function UndrawCardComponent({ }} /> ); - case "Chat with memory": + case "Chatbot with Memory": return ( - ); - case "Assistant": + case "Document QA": return ( ); + case "Prompt Chaining": + return ( + + ); default: return (