Spaces:
Running
Running
Update app.py
Browse files
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")
|