diff --git a/hindsight-docs/blog/2026-03-17-streamlit-chatbot-memory.md b/hindsight-docs/blog/2026-03-17-streamlit-chatbot-memory.md index 7fb21832..deb6dcb5 100644 --- a/hindsight-docs/blog/2026-03-17-streamlit-chatbot-memory.md +++ b/hindsight-docs/blog/2026-03-17-streamlit-chatbot-memory.md @@ -3,9 +3,12 @@ title: "I Built a Chatbot That Never Forgets — In 80 Lines of Python" authors: [benfrank241] date: 2026-03-17 tags: [streamlit, tutorial, python, memory, chatbot, web-ui] -slug: /blog/python-chatbot-memory-streamlit +slug: python-chatbot-memory-streamlit +image: /img/blog/streamlit-chatbot-memory.png --- +![I Built a Chatbot That Never Forgets — In 80 Lines of Python](/img/blog/streamlit-chatbot-memory.png) + Build a web chatbot with persistent memory using Streamlit and Hindsight. ~80 lines of Python, no frontend framework. Memory survives restarts, and a sidebar shows what the agent remembers. diff --git a/hindsight-docs/static/img/blog/streamlit-chatbot-memory.png b/hindsight-docs/static/img/blog/streamlit-chatbot-memory.png new file mode 100644 index 00000000..fc7c7523 Binary files /dev/null and b/hindsight-docs/static/img/blog/streamlit-chatbot-memory.png differ