Spaces:
Sleeping
Sleeping
fix: change description that was in fr
Browse files
app.py
CHANGED
|
@@ -101,7 +101,7 @@ demo = gr.ChatInterface(
|
|
| 101 |
fn=ui_fn,
|
| 102 |
type="messages",
|
| 103 |
title="MemeOps — MCP + LangGraph",
|
| 104 |
-
description="
|
| 105 |
examples=["demo-42"],
|
| 106 |
)
|
| 107 |
|
|
|
|
| 101 |
fn=ui_fn,
|
| 102 |
type="messages",
|
| 103 |
title="MemeOps — MCP + LangGraph",
|
| 104 |
+
description="Give your commit ID.",
|
| 105 |
examples=["demo-42"],
|
| 106 |
)
|
| 107 |
|