Spaces:
Runtime error
Runtime error
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(
|