Zhiding commited on
Commit
5a4f184
·
1 Parent(s): 988f0c4
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -238,7 +238,7 @@ def build_demo(args: argparse.Namespace) -> gr.Blocks:
238
 
239
  with gr.Row():
240
  gr.HTML(TITLE)
241
- # status_display = gr.Markdown("Success", elem_id="status_display")
242
  gr.Markdown(DESCRIPTION_TOP)
243
 
244
  with gr.Row(equal_height=True):
 
238
 
239
  with gr.Row():
240
  gr.HTML(TITLE)
241
+ status_display = gr.Markdown("Success", elem_id="status_display")
242
  gr.Markdown(DESCRIPTION_TOP)
243
 
244
  with gr.Row(equal_height=True):