Updated HuggingFace Space URL.
Browse files
.github/workflows/publish_hf_space.yml
CHANGED
@@ -18,4 +18,4 @@ jobs:
|
|
18 |
- name: Push to hub
|
19 |
env:
|
20 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
21 |
-
run: git push https://gperdrizet:$HF_TOKEN@huggingface.co/spaces/
|
|
|
18 |
- name: Push to hub
|
19 |
env:
|
20 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
21 |
+
run: git push https://gperdrizet:$HF_TOKEN@huggingface.co/spaces/Agents-MCP-Hackathon/rss-mcp-server main
|
functions/helper_functions.py
CHANGED
@@ -230,7 +230,7 @@ def get_text(html: str) -> str:
|
|
230 |
|
231 |
Returns:
|
232 |
Cleaned text string'''
|
233 |
-
|
234 |
if html is None:
|
235 |
return None
|
236 |
|
|
|
230 |
|
231 |
Returns:
|
232 |
Cleaned text string'''
|
233 |
+
|
234 |
if html is None:
|
235 |
return None
|
236 |
|