Spaces:
Running
Running
-- Increased the badge size.
Browse files
app.py
CHANGED
|
@@ -121,26 +121,26 @@ with gr.Blocks() as gradio_ui:
|
|
| 121 |
<div style="display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-bottom: 20px;">
|
| 122 |
<h1 style="margin: 0;"> LLM Web Scraper</h1>
|
| 123 |
<div style="display: flex; gap: 10px;">
|
| 124 |
-
<a href="https://
|
| 125 |
-
<img src="https://img.shields.io/badge/LangChain-
|
| 126 |
</a>
|
| 127 |
<a href="https://ai.google.dev/gemini-api/docs" target="_blank">
|
| 128 |
-
<img src="https://img.shields.io/badge/Gemini
|
| 129 |
</a>
|
| 130 |
<a href="https://build.nvidia.com/models" target="_blank">
|
| 131 |
-
<img src="https://img.shields.io/badge/NVIDIA
|
| 132 |
</a>
|
| 133 |
<a href="https://firecrawl.dev/" target="_blank">
|
| 134 |
-
<img src="https://img.shields.io/badge/FireCrawl-
|
| 135 |
</a>
|
| 136 |
<a href="https://docs.crawl4ai.com/" target="_blank">
|
| 137 |
-
<img src="https://img.shields.io/badge/Crawl4AI-
|
| 138 |
</a>
|
| 139 |
<a href="https://playwright.dev/" target="_blank">
|
| 140 |
-
<img src="https://img.shields.io/badge/Playwright-
|
| 141 |
</a>
|
| 142 |
<a href="https://langfuse.com/" target="_blank">
|
| 143 |
-
<img src="https://img.shields.io/badge/Langfuse-
|
| 144 |
</a>
|
| 145 |
|
| 146 |
</div>
|
|
@@ -151,7 +151,7 @@ with gr.Blocks() as gradio_ui:
|
|
| 151 |
<div style="display: flex; align-items: center; gap: 10px; margin-bottom: 20px;">
|
| 152 |
<span style="font-size: 16px;">📦 <strong>Download the full source code:</strong></span>
|
| 153 |
<a href="https://github.com/KI-IAN/llm-web-scrapper" target="_blank">
|
| 154 |
-
<img src="https://img.shields.io/badge/GitHub-
|
| 155 |
</a>
|
| 156 |
</div>
|
| 157 |
""")
|
|
|
|
| 121 |
<div style="display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-bottom: 20px;">
|
| 122 |
<h1 style="margin: 0;"> LLM Web Scraper</h1>
|
| 123 |
<div style="display: flex; gap: 10px;">
|
| 124 |
+
<a href="https://www.langchain.com/" target="_blank">
|
| 125 |
+
<img src="https://img.shields.io/badge/LangChain-blue?style=for-the-badge&logo=langchain" alt="LangChain">
|
| 126 |
</a>
|
| 127 |
<a href="https://ai.google.dev/gemini-api/docs" target="_blank">
|
| 128 |
+
<img src="https://img.shields.io/badge/Gemini-white?style=for-the-badge&logo=google-gemini" alt="Gemini API">
|
| 129 |
</a>
|
| 130 |
<a href="https://build.nvidia.com/models" target="_blank">
|
| 131 |
+
<img src="https://img.shields.io/badge/NVIDIA-gray?style=for-the-badge&logo=nvidia" alt="NVIDIA NIM">
|
| 132 |
</a>
|
| 133 |
<a href="https://firecrawl.dev/" target="_blank">
|
| 134 |
+
<img src="https://img.shields.io/badge/FireCrawl-orange?style=for-the-badge&logo=fire" alt="FireCrawl">
|
| 135 |
</a>
|
| 136 |
<a href="https://docs.crawl4ai.com/" target="_blank">
|
| 137 |
+
<img src="https://img.shields.io/badge/Crawl4AI-blueviolet?style=for-the-badge&logo=github" alt="Crawl4AI">
|
| 138 |
</a>
|
| 139 |
<a href="https://playwright.dev/" target="_blank">
|
| 140 |
+
<img src="https://img.shields.io/badge/Playwright-brightgreen?style=for-the-badge&logo=playwright" alt="Playwright">
|
| 141 |
</a>
|
| 142 |
<a href="https://langfuse.com/" target="_blank">
|
| 143 |
+
<img src="https://img.shields.io/badge/Langfuse-blue?style=for-the-badge&logo=langfuse" alt="Langfuse">
|
| 144 |
</a>
|
| 145 |
|
| 146 |
</div>
|
|
|
|
| 151 |
<div style="display: flex; align-items: center; gap: 10px; margin-bottom: 20px;">
|
| 152 |
<span style="font-size: 16px;">📦 <strong>Download the full source code:</strong></span>
|
| 153 |
<a href="https://github.com/KI-IAN/llm-web-scrapper" target="_blank">
|
| 154 |
+
<img src="https://img.shields.io/badge/GitHub-Repo-blue?style=for-the-badge&logo=github" alt="GitHub Repo">
|
| 155 |
</a>
|
| 156 |
</div>
|
| 157 |
""")
|