Update app.py
Browse files
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
|
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>
|