Manasa1 commited on
Commit
8a5978d
·
verified ·
1 Parent(s): a72adb7

Update app.py

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