Manasa1 commited on
Commit
3a78f82
·
verified ·
1 Parent(s): 099cb87

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ my_theme = gr.Theme.from_hub("gradio/seafoam")
2
+
3
+ with gr.Blocks(theme=my_theme) as demo: