cronos3k commited on
Commit
e9a622f
·
verified ·
1 Parent(s): 26b7ba4

Show version v1.0.9 in header

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -286,7 +286,7 @@ def build_demo() -> gr.Blocks:
286
  css=CSS,
287
  ) as demo:
288
  gr.Markdown(
289
- "# AgentAZAll — Persistent Memory & Multi-Agent Communication\n"
290
  "Three transports (AgentTalk · Email · FTP), one interface. "
291
  "Chat with an agent that *remembers* — powered by "
292
  "[SmolLM2-1.7B](https://huggingface.co/HuggingFaceTB/SmolLM2-1.7B-Instruct) "
 
286
  css=CSS,
287
  ) as demo:
288
  gr.Markdown(
289
+ "# AgentAZAll v1.0.9 — Persistent Memory & Multi-Agent Communication\n"
290
  "Three transports (AgentTalk · Email · FTP), one interface. "
291
  "Chat with an agent that *remembers* — powered by "
292
  "[SmolLM2-1.7B](https://huggingface.co/HuggingFaceTB/SmolLM2-1.7B-Instruct) "