File size: 84 Bytes
169f3bb
 
 
 
 
 
1
2
3
4
5
6
import gradio as gr

demo = gr.themes.builder

if __name__ == "__main__":
    demo()