gperdrizet commited on
Commit
c692c0a
·
verified ·
1 Parent(s): eb02e01

Cleaned up

Browse files
Files changed (1) hide show
  1. assets/html.py +6 -5
assets/html.py CHANGED
@@ -11,13 +11,14 @@ TITLE = (
11
  DESCRIPTION = (
12
  '''
13
  <p>RSS feed reader MCP server. See
14
- <a href="https://huggingface.co/spaces/Agents-MCP-Hackathon/rss-mcp-client">Agentic RSS reader</a>
15
- for a demonstration. Check out the
16
- <a href="https://github.com/gperdrizet/MCP-hackathon/tree/main">main project repo on GitHub</a>.
17
- Both Spaces by <a href="https://www.linkedin.com/in/gperdrizet">George Perdrizet</a>.</p>
 
18
 
19
  <p>This Space is not meant to be used directly, but you can try out the bare tool below.
20
- Enter a website name, website URL, or favorite feed URI. The tool will do it's best
21
  to find the feed and return titles, links and summaries for the three most recent posts.
22
  Suggestions: http://openai.com/news/rss.xml, hackernews.com, slashdot, etc.</p>
23
 
 
11
  DESCRIPTION = (
12
  '''
13
  <p>RSS feed reader MCP server. See
14
+ <a href="https://huggingface.co/spaces/Agents-MCP-Hackathon/rss-mcp-client">
15
+ Agentic RSS reader</a>for a demonstration. Check out the
16
+ <a href="https://github.com/gperdrizet/MCP-hackathon/tree/main">
17
+ main project repo on GitHub</a>. Both Spaces by
18
+ <a href="https://www.linkedin.com/in/gperdrizet">George Perdrizet</a>.</p>
19
 
20
  <p>This Space is not meant to be used directly, but you can try out the bare tool below.
21
+ Enter a website name, website URL, or feed URI. The tool will do it's best
22
  to find the feed and return titles, links and summaries for the three most recent posts.
23
  Suggestions: http://openai.com/news/rss.xml, hackernews.com, slashdot, etc.</p>
24