Spaces:
Sleeping
Sleeping
arjunanand13
commited on
Commit
•
63d86b3
1
Parent(s):
98a07d0
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ with gr.Blocks() as blok:
|
|
39 |
"""
|
40 |
)
|
41 |
with gr.Column():
|
42 |
-
button = gr.Button("
|
43 |
text = gr.Text(label="Output")
|
44 |
|
45 |
button.click(
|
|
|
39 |
"""
|
40 |
)
|
41 |
with gr.Column():
|
42 |
+
button = gr.Button("Reason for delay", variant="primary")
|
43 |
text = gr.Text(label="Output")
|
44 |
|
45 |
button.click(
|