blog: fix streamlit post slug and add cover image (#604)

This commit is contained in:
Ben 2026-03-17 15:16:29 -04:00 committed by GitHub
parent 28dac7c7f8
commit 210a40665d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -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.
<!-- truncate -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 KiB