gradio/demo/theme_builder/run.ipynb
Archit-Kohli 921716f618
Fixed visibility issue for all notebooks on GitHub (#5917)
* fixed visibility error in notebooks in github

* Delete fixNotebooks.py

deleted script used to fix notebooks

* Update generate_notebooks.py

fixed a small bug that prevented visibility of notebooks in GitHub
2023-10-15 18:16:57 -07:00

621 B

Gradio Demo: theme_builder

In [ ]:
!pip install -q gradio 
In [ ]:
import gradio as gr

demo = gr.themes.builder

if __name__ == "__main__":
    demo()