Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -286,7 +286,7 @@ def build_demo() -> gr.Blocks:
|
|
| 286 |
css=CSS,
|
| 287 |
) as demo:
|
| 288 |
gr.Markdown(
|
| 289 |
-
"# AgentAZAll v1.0.
|
| 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.12 — 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) "
|