Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -247,7 +247,7 @@ with gr.Blocks() as demo2:
|
|
247 |
)
|
248 |
|
249 |
status_txt = gr.Textbox(
|
250 |
-
value="any status update will be displayed here"
|
251 |
interactive=False
|
252 |
)
|
253 |
|
|
|
247 |
)
|
248 |
|
249 |
status_txt = gr.Textbox(
|
250 |
+
value="any status update will be displayed here",
|
251 |
interactive=False
|
252 |
)
|
253 |
|