Spaces:
Runtime error
Runtime error
Update run.py
Browse files
run.py
CHANGED
|
@@ -2,4 +2,4 @@ import gradio as gr
|
|
| 2 |
from gradio.themes.builder_app import demo
|
| 3 |
|
| 4 |
if __name__ == "__main__":
|
| 5 |
-
demo.launch(css_paths=["
|
|
|
|
| 2 |
from gradio.themes.builder_app import demo
|
| 3 |
|
| 4 |
if __name__ == "__main__":
|
| 5 |
+
demo.launch(css_paths=["custom_css.css"], theme=gr.themes.Base(), head="<style id='theme_css'></style>")
|