Spaces:
Runtime error
Runtime error
naming fix
Browse files- 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 `
|
| 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("---")
|