Spaces:
Runtime error
Runtime error
ui update
Browse files- utils/ui.py +1 -1
utils/ui.py
CHANGED
@@ -65,7 +65,7 @@ def sidebar():
|
|
65 |
"as well as a custom `TweetRetriever` node\n"
|
66 |
" The source code is also on [GitHub](https://github.com/TuanaCelik/what-would-mother-say)"
|
67 |
" with instructions to run locally.\n"
|
68 |
-
"You can see how the `
|
69 |
st.markdown("---")
|
70 |
st.markdown("Made by [tuanacelik](https://twitter.com/tuanacelik)")
|
71 |
st.markdown("---")
|
|
|
65 |
"as well as a custom `TweetRetriever` node\n"
|
66 |
" The source code is also on [GitHub](https://github.com/TuanaCelik/what-would-mother-say)"
|
67 |
" with instructions to run locally.\n"
|
68 |
+
"You can see how the `Agent` was set up [here](https://github.com/TuanaCelik/what-would-mother-say/blob/main/utils/haystack.py)")
|
69 |
st.markdown("---")
|
70 |
st.markdown("Made by [tuanacelik](https://twitter.com/tuanacelik)")
|
71 |
st.markdown("---")
|