blessedpug commited on
Commit
a693669
·
1 Parent(s): efb7719
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ with gr.Blocks() as demo:
57
  with gr.Row():
58
  department = gr.Textbox(label="Department")
59
  upload_btn = gr.Button("Upload and Process")
60
- preview_output = gr.Markdown(label="Filled Form")
61
 
62
 
63
  upload_btn.click(
 
57
  with gr.Row():
58
  department = gr.Textbox(label="Department")
59
  upload_btn = gr.Button("Upload and Process")
60
+ preview_output = gr.File(label="Download Filled Form")
61
 
62
 
63
  upload_btn.click(