Spaces:
Running
Running
Commit
·
9f84710
1
Parent(s):
8d0b08e
commit
Browse files
app.py
CHANGED
@@ -340,7 +340,7 @@ with gr.Blocks(title="DailyPal: Your Daily Discovery Assistant") as demo:
|
|
340 |
]
|
341 |
)
|
342 |
gr.Markdown("**Example prompt using mcp client like claude desktop**: I am in new york, if the weather is good, then get me a recipe to grill outdoors, if not get me a book on mars to read, and also get me the songs by weekend to listen.")
|
343 |
-
|
344 |
|
345 |
|
346 |
if __name__ == "__main__":
|
|
|
340 |
]
|
341 |
)
|
342 |
gr.Markdown("**Example prompt using mcp client like claude desktop**: I am in new york, if the weather is good, then get me a recipe to grill outdoors, if not get me a book on mars to read, and also get me the songs by weekend to listen.")
|
343 |
+
gr.Markdown("### 🔗 [Watch Demo Video](https://drive.google.com/file/d/1DV0Plrhdr7kAWtLRQS91BnVuvRElPbOm/view?usp=drive_link)")
|
344 |
|
345 |
|
346 |
if __name__ == "__main__":
|