Spaces:
Runtime error
Runtime error
typo fix
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ sidebar()
|
|
14 |
|
15 |
st.write("# 👩 What would they have tweeted about this?")
|
16 |
st.write("## About this App")
|
17 |
-
st.write("This app,
|
18 |
st.write("The `TwitterRetriever` is set to retrieve the latest 15 tweets by the given twitter username to construct an understanding of their style of tweeting")
|
19 |
st.write("### Instructions")
|
20 |
st.write("For best results, please provide a Twitter username as it appears on twitter. E.g.: [dog_feelings](https://twitter.com/dog_feelings) 🐶")
|
|
|
14 |
|
15 |
st.write("# 👩 What would they have tweeted about this?")
|
16 |
st.write("## About this App")
|
17 |
+
st.write("This app, built with [Haystack](https://github.com/deepset-ai/haystack#readme) uses an [Agent](https://docs.haystack.deepset.ai/docs/agent) (with GPT-4) with a `WebSearch` and `TwitterRetriever` tool")
|
18 |
st.write("The `TwitterRetriever` is set to retrieve the latest 15 tweets by the given twitter username to construct an understanding of their style of tweeting")
|
19 |
st.write("### Instructions")
|
20 |
st.write("For best results, please provide a Twitter username as it appears on twitter. E.g.: [dog_feelings](https://twitter.com/dog_feelings) 🐶")
|