Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def enable_second_task(secret):
|
|
21 |
def greet(name):
|
22 |
return "Hello " + name + "!!"
|
23 |
|
24 |
-
demo = gr.
|
25 |
with demo:
|
26 |
secret_textbox = gr.Textbox(
|
27 |
placeholder="secret", label="Secret", show_label=True
|
|
|
21 |
def greet(name):
|
22 |
return "Hello " + name + "!!"
|
23 |
|
24 |
+
demo = gr.Blocks()
|
25 |
with demo:
|
26 |
secret_textbox = gr.Textbox(
|
27 |
placeholder="secret", label="Secret", show_label=True
|