nharshavardhana commited on
Commit
8d0b08e
·
1 Parent(s): 8d46184
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -339,7 +339,7 @@ with gr.Blocks(title="DailyPal: Your Daily Discovery Assistant") as demo:
339
  "Current Weather"
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
 
 
339
  "Current Weather"
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