abidlabs HF Staff commited on
Commit
b378190
·
verified ·
1 Parent(s): 3c27e09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  import random
3
 
4
- with gr.Blocks() as demo:
5
  name = gr.Textbox(label="Name")
6
  output = gr.Textbox(label="Output Box")
7
  greet_btn = gr.Button("Greet")
 
1
  import gradio as gr
2
  import random
3
 
4
+ with gr.Blocks(theme="ocean") as demo:
5
  name = gr.Textbox(label="Name")
6
  output = gr.Textbox(label="Output Box")
7
  greet_btn = gr.Button("Greet")