Skip to content

Commit

Permalink
adjusting the texts
Browse files Browse the repository at this point in the history
  • Loading branch information
beingkk committed Dec 6, 2023
1 parent 5b89740 commit d5a6462
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions signals_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ def signals_bot(sidebar: bool = True) -> None:
# # Apply the custom CSS
# st.markdown(custom_css, unsafe_allow_html=True)

st.title("Signals chatbot")
st.write("Let's discuss the future!")
st.title("Chatting about the future signals with an AI")
st.write("This is an interactive experience to explore Nesta's future signals using this years trending technology: generative AI. The AI chatbot will try to relate and personalise the future signals to you. You can provide as much information about yourself as you like (don't share anything too sensitive) and the AI will try to come up with ways that these signals could impact your life. Good luck! (and remember, it might make mistakes)")

# First time running the app
if "messages" not in st.session_state:
Expand Down
2 changes: 1 addition & 1 deletion src/genai/sandbox/signals/data/01_intro.jsonl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{"role": "assistant", "content": "Hi, I’m Scout, Discovery Hub’s experimental AI assistant which helps people explore and interpret signals about the future. ✨"}
{"role": "assistant", "content": "This year we have collected signals about a variety of topics, from green energy to education, to health and even sleep."}
{"role": "assistant", "content": "This year we have collected signals about a variety of topics, from 🤖 robochefs and ⚡ abundant energy to 👶 pronatalism and 🌱 having green neighbours."}
{"role": "assistant", "content": "Tell me one or two things about you and your interests, so that I can suggest which future signals might be the most relevant to you!"}
File renamed without changes.

0 comments on commit d5a6462

Please sign in to comment.