Tuana commited on
Commit
c1952ee
1 Parent(s): 171d07b

naming fix

Browse files
Files changed (1) hide show
  1. utils/ui.py +1 -1
utils/ui.py CHANGED
@@ -50,7 +50,7 @@ def sidebar():
50
  " [`OpenAIGenerator`](https://docs.haystack.deepset.ai/v2.0/docs/openaigenerator) and [`PromptBuilder`](https://docs.haystack.deepset.ai/v2.0/docs/promptbuilder).\n\n"
51
  " The source code is also on [GitHub](https://github.com/TuanaCelik/should-i-follow)"
52
  " with instructions to run locally.\n"
53
- "You can see how the `PromptNode` was set up [here](https://github.com/TuanaCelik/should-i-follow/blob/main/utils/haystack.py)")
54
  st.markdown("---")
55
  st.markdown("Made by [tuanacelik](https://twitter.com/tuanacelik)")
56
  st.markdown("---")
 
50
  " [`OpenAIGenerator`](https://docs.haystack.deepset.ai/v2.0/docs/openaigenerator) and [`PromptBuilder`](https://docs.haystack.deepset.ai/v2.0/docs/promptbuilder).\n\n"
51
  " The source code is also on [GitHub](https://github.com/TuanaCelik/should-i-follow)"
52
  " with instructions to run locally.\n"
53
+ "You can see how the `PromptBuilder` was set up [here](https://github.com/TuanaCelik/should-i-follow/blob/main/utils/haystack.py)")
54
  st.markdown("---")
55
  st.markdown("Made by [tuanacelik](https://twitter.com/tuanacelik)")
56
  st.markdown("---")