Spaces:
Build error
Build error
File size: 336 Bytes
47260b4 ac1f980 99d1dfb 5fe3930 e14b4f5 | 1 2 3 4 5 6 7 8 | import gradio as gr
from gradio.themes.builder_app import demo
if __name__ == "__main__":
from gradio.utils import get_space
path = "custom_css.css" if get_space() else "demo/custom_css/custom_css.css"
demo.launch(css_paths=["demo/custom_css/custom_css.css"], theme=gr.themes.Base(), head="<style id='theme_css'></style>")
|