Spaces:
Running
Running
burtenshaw
commited on
Commit
·
bde7ad9
1
Parent(s):
ecf6369
fix app
Browse files
app.py
CHANGED
@@ -24,7 +24,6 @@ try:
|
|
24 |
examples=["Prime factorization of 68"],
|
25 |
title="Agent with MCP Tools",
|
26 |
description="This is a simple agent that uses MCP tools to answer questions.",
|
27 |
-
messages=[],
|
28 |
)
|
29 |
|
30 |
demo.launch()
|
|
|
24 |
examples=["Prime factorization of 68"],
|
25 |
title="Agent with MCP Tools",
|
26 |
description="This is a simple agent that uses MCP tools to answer questions.",
|
|
|
27 |
)
|
28 |
|
29 |
demo.launch()
|