chansung commited on
Commit
03228f7
·
1 Parent(s): 681c717

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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