Cleaned up.
Browse files- rss_client.py +3 -2
rss_client.py
CHANGED
|
@@ -28,10 +28,11 @@ logger = logging.getLogger(__name__)
|
|
| 28 |
|
| 29 |
client = MCPClientWrapper('https://agents-mcp-hackathon-rss-mcp-server.hf.space/gradio_api/mcp/sse')
|
| 30 |
|
| 31 |
-
# def gradio_interface():
|
| 32 |
with gr.Blocks(title='MCP RSS client') as demo:
|
| 33 |
gr.Markdown('# MCP RSS reader')
|
| 34 |
-
gr.Markdown(
|
|
|
|
|
|
|
| 35 |
|
| 36 |
connect_btn = gr.Button('Connect')
|
| 37 |
status = gr.Textbox(label='Connection Status', interactive=False, lines=50)
|
|
|
|
| 28 |
|
| 29 |
client = MCPClientWrapper('https://agents-mcp-hackathon-rss-mcp-server.hf.space/gradio_api/mcp/sse')
|
| 30 |
|
|
|
|
| 31 |
with gr.Blocks(title='MCP RSS client') as demo:
|
| 32 |
gr.Markdown('# MCP RSS reader')
|
| 33 |
+
gr.Markdown(
|
| 34 |
+
'Connect to the MCP RSS server: https://huggingface.co/spaces/Agents-MCP-Hackathon/rss-mcp-server'
|
| 35 |
+
)
|
| 36 |
|
| 37 |
connect_btn = gr.Button('Connect')
|
| 38 |
status = gr.Textbox(label='Connection Status', interactive=False, lines=50)
|