Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files
src/routes/landingPageHtml.ts
CHANGED
@@ -363,7 +363,7 @@ export function getLandingPageHtml(req: Request, res: Response): void {
|
|
363 |
<div class="api-endpoint-box">
|
364 |
<button class="copy-endpoint-btn" onclick="copyEndpointUrl(this)">Copy</button>
|
365 |
<div><b>API Endpoint:</b></div>
|
366 |
-
<span class="api-endpoint-url" id="api-endpoint-url">${baseUrl}
|
367 |
<div style="font-size:0.98em; color:#333; margin-top:0.5em;">Get started by sending requests to this endpoint</div>
|
368 |
</div>
|
369 |
<a class="cta" href="https://github.com/huggingface/responses.js" target="_blank">View on GitHub</a>
|
|
|
363 |
<div class="api-endpoint-box">
|
364 |
<button class="copy-endpoint-btn" onclick="copyEndpointUrl(this)">Copy</button>
|
365 |
<div><b>API Endpoint:</b></div>
|
366 |
+
<span class="api-endpoint-url" id="api-endpoint-url">${baseUrl}</span>
|
367 |
<div style="font-size:0.98em; color:#333; margin-top:0.5em;">Get started by sending requests to this endpoint</div>
|
368 |
</div>
|
369 |
<a class="cta" href="https://github.com/huggingface/responses.js" target="_blank">View on GitHub</a>
|