freddyaboulton HF Staff commited on
Commit
6a85b17
·
verified ·
1 Parent(s): 05d4ab7

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
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=["demo/custom_css/custom_css.css"], theme=gr.themes.Base(), head="<style id='theme_css'></style>")
 
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>")