Skip to content

Commit b45d37f

Browse files
Fix param table rendering (#8825)
* fix * add changeset * add changeset --------- Co-authored-by: gradio-pr-bot <[email protected]>
1 parent 61bb588 commit b45d37f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/huge-pears-like.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"website": patch
3+
---
4+
5+
feat:Fix param table rendering

js/_website/src/routes/[[version]]/docs/gradio/[doc]/+page.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
canonical={$page.url.pathname}
9393
description={"Gradio docs for using " + all_headers.page_title.title}
9494
/>
95+
<link rel="stylesheet" href="https://gradio-hello-world.hf.space/theme.css" />
9596

9697
<svelte:window bind:scrollY={y} />
9798

0 commit comments

Comments
 (0)