H1209 commited on
Commit
c76cf91
·
verified ·
1 Parent(s): fd38b2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -546,7 +546,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="cyan"), c
546
  """)
547
  with gr.Row():
548
  word_btn_fx = gr.Button("📥 Xuất Báo Cáo", size="sm", variant="secondary")
549
- report_output_fx = gr.File(label="Báo cáo đã tải", visible=True)
550
  word_btn_fx.click(fn=create_word_report,outputs=report_output_fx)
551
  gr.HTML("""
552
  <script>
 
546
  """)
547
  with gr.Row():
548
  word_btn_fx = gr.Button("📥 Xuất Báo Cáo", size="sm", variant="secondary")
549
+ report_output_fx = gr.File(label="Báo Cáo Ðã Tải", visible=True)
550
  word_btn_fx.click(fn=create_word_report,outputs=report_output_fx)
551
  gr.HTML("""
552
  <script>