We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b73e1 commit a7b358eCopy full SHA for a7b358e
js/html/Index.svelte
@@ -67,7 +67,7 @@
67
class="html-container"
68
class:padding={gradio.shared.padding}
69
class:pending={gradio.shared.loading_status?.status === "pending" &&
70
- gradio.shared.loading_status?.show_progress !== "hidden"}
+ gradio.shared.loading_status?.show_progress !== "hidden"}
71
style:min-height={gradio.props.min_height &&
72
gradio.shared.loading_status?.status !== "pending"
73
? css_units(gradio.props.min_height)
0 commit comments