Update server.py
Browse files
server.py
CHANGED
@@ -361,7 +361,7 @@ gr_mcp_tool9 = gr.Interface(fn=get_user_top_tracks,inputs=[gr.Number(label="numb
|
|
361 |
with gr.Blocks() as app:
|
362 |
gr.Markdown("# 🎵 Spotify MCP Tools")
|
363 |
gr.Markdown("Welcome to the Spotify Music Control Panel, Below are the tools available in the Spotify MCP server.")
|
364 |
-
gr.Markdown("Due to Limitations in the Authication of the Spotify account Please Run it locally with your Spotify Developer Credentials ,checkout the Readme file to know more about the setup")
|
365 |
|
366 |
|
367 |
gr.TabbedInterface(
|
|
|
361 |
with gr.Blocks() as app:
|
362 |
gr.Markdown("# 🎵 Spotify MCP Tools")
|
363 |
gr.Markdown("Welcome to the Spotify Music Control Panel, Below are the tools available in the Spotify MCP server.")
|
364 |
+
gr.Markdown("IMPORTANT !! - Due to Limitations in the Authication of the Spotify account Please Run it locally with your Spotify Developer Credentials , checkout the Readme file to know more about the setup")
|
365 |
|
366 |
|
367 |
gr.TabbedInterface(
|