From a8073629f0a977339b4f9fe488ac1cc4dc6c136d Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Tue, 26 Mar 2024 18:28:51 +0100 Subject: [PATCH] Fix a typo in the README. (#97) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ece6b7f1..56932f7b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ A simple chatbot using the [Streamlit UI](https://docs.streamlit.io/). Learn how ### Text Summarization -An LLM app that can summarize arbitrarily long text inputs with the [Streamlit UI](https://docs.streamlit.io/). Learn how to build and run thisapplication here: +An LLM app that can summarize arbitrarily long text inputs with the [Streamlit UI](https://docs.streamlit.io/). Learn how to build and run this application here: [Text Summarization](/summarizer-langchain/). ### Code generation