blog: fix streamlit post slug and add cover image (#604)
This commit is contained in:
parent
28dac7c7f8
commit
210a40665d
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
---
|
||||
|
||||

|
||||
|
||||
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 -->
|
||||
|
|
|
|||
BIN
hindsight-docs/static/img/blog/streamlit-chatbot-memory.png
Normal file
BIN
hindsight-docs/static/img/blog/streamlit-chatbot-memory.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 351 KiB |
Loading…
Reference in a new issue