frkhan commited on
Commit
4886f5d
·
1 Parent(s): df26504

-- Increased the badge size.

Browse files
Files changed (1) hide show
  1. app.py +9 -9
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://github.com/langchain-ai/langchain" target="_blank">
125
- <img src="https://img.shields.io/badge/LangChain-Framework-blue?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%20API-Google-blue?logo=google" alt="Gemini API">
129
  </a>
130
  <a href="https://build.nvidia.com/models" target="_blank">
131
- <img src="https://img.shields.io/badge/NVIDIA%20NIM-API-green?logo=nvidia" alt="NVIDIA NIM">
132
  </a>
133
  <a href="https://firecrawl.dev/" target="_blank">
134
- <img src="https://img.shields.io/badge/FireCrawl-Web%20Scraper-orange?logo=fire" alt="FireCrawl">
135
  </a>
136
  <a href="https://docs.crawl4ai.com/" target="_blank">
137
- <img src="https://img.shields.io/badge/Crawl4AI-Web%20Scraper-blueviolet?logo=github" alt="Crawl4AI">
138
  </a>
139
  <a href="https://playwright.dev/" target="_blank">
140
- <img src="https://img.shields.io/badge/Playwright-Web%20Automation-brightgreen?logo=playwright" alt="Playwright">
141
  </a>
142
  <a href="https://langfuse.com/" target="_blank">
143
- <img src="https://img.shields.io/badge/Langfuse-Observability-blue" alt="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-View%20Repo-blue?logo=github" alt="GitHub Repo">
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
  """)