From c1952ee6272d3db1381e7506ee7149a705eb802a Mon Sep 17 00:00:00 2001 From: Tuana Celik Date: Wed, 10 Jan 2024 23:50:46 +0100 Subject: [PATCH] naming fix --- utils/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/ui.py b/utils/ui.py index 8599ecb..589b07b 100644 --- a/utils/ui.py +++ b/utils/ui.py @@ -50,7 +50,7 @@ def sidebar(): " [`OpenAIGenerator`](https://docs.haystack.deepset.ai/v2.0/docs/openaigenerator) and [`PromptBuilder`](https://docs.haystack.deepset.ai/v2.0/docs/promptbuilder).\n\n" " The source code is also on [GitHub](https://github.com/TuanaCelik/should-i-follow)" " with instructions to run locally.\n" - "You can see how the `PromptNode` was set up [here](https://github.com/TuanaCelik/should-i-follow/blob/main/utils/haystack.py)") + "You can see how the `PromptBuilder` was set up [here](https://github.com/TuanaCelik/should-i-follow/blob/main/utils/haystack.py)") st.markdown("---") st.markdown("Made by [tuanacelik](https://twitter.com/tuanacelik)") st.markdown("---")