mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-23 11:39:17 +08:00
* 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
621 B
621 B
Gradio Demo: theme_builder¶
In [ ]:
!pip install -q gradio
In [ ]:
import gradio as gr demo = gr.themes.builder if __name__ == "__main__": demo()