Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -51,8 +51,8 @@ with gr.Blocks() as interface:
|
|
51 |
with gr.Accordion("Open to See the Output Table", open=False) as table_accordion:
|
52 |
output_table = gr.HTML(render=True)
|
53 |
|
54 |
-
with gr.Row():
|
55 |
-
output_type = gr.Dropdown(choices=["Excel", "JSON", "TXT"], label="Select Output Format", value="Excel")
|
56 |
#download_button = gr.Button("⬇️ Download Output")
|
57 |
#download_file = gr.File(label="Download File Here",visible=False)
|
58 |
download_file = gr.File(label="Download File Here", visible=False, interactive=True)
|
|
|
51 |
with gr.Accordion("Open to See the Output Table", open=False) as table_accordion:
|
52 |
output_table = gr.HTML(render=True)
|
53 |
|
54 |
+
#with gr.Row():
|
55 |
+
#output_type = gr.Dropdown(choices=["Excel", "JSON", "TXT"], label="Select Output Format", value="Excel")
|
56 |
#download_button = gr.Button("⬇️ Download Output")
|
57 |
#download_file = gr.File(label="Download File Here",visible=False)
|
58 |
download_file = gr.File(label="Download File Here", visible=False, interactive=True)
|