VyLala commited on
Commit
488822a
·
verified ·
1 Parent(s): e071d61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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)