From 384894b3bfc7ec42215ea920357dba3eb8f570be Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Mon, 26 Dec 2022 12:46:43 +0100 Subject: [PATCH] Implement summarize_story for web --- .gitattributes | 1 + website/src/pages/index.tsx | 5 +- website/src/pages/summarize/story.tsx | 118 ++++++++++++++++++++++++++ 3 files changed, 123 insertions(+), 1 deletion(-) create mode 100644 .gitattributes create mode 100644 website/src/pages/summarize/story.tsx diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..6313b56c --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx index 6090468c..4aa93585 100644 --- a/website/src/pages/index.tsx +++ b/website/src/pages/index.tsx @@ -46,10 +46,13 @@ export default function Home() { />
-
+
+