wangjin2000 commited on
Commit
1afe9e5
·
verified ·
1 Parent(s): 9c51063

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -445,9 +445,7 @@ with demo:
445
  variant="primary",
446
  )
447
  with gr.Row():
448
- output_viewer = gr.HTML("""
449
- <div style='height: 800px; width: 100px; background-color: black;'></div>
450
- """)
451
  output_file = gr.File(
452
  label="Download as Text File",
453
  file_count="single",
 
445
  variant="primary",
446
  )
447
  with gr.Row():
448
+ output_viewer = gr.HTML()
 
 
449
  output_file = gr.File(
450
  label="Download as Text File",
451
  file_count="single",