gradio / js /storybook /manager.js
mindmime's picture
Upload folder using huggingface_hub
a03b3ba verified
raw
history blame contribute delete
133 Bytes
import { addons } from "@storybook/manager-api";
import gradioTheme from "./themeLight";
addons.setConfig({
theme: gradioTheme
});