Spaces:
Sleeping
Sleeping
Commit ·
a693669
1
Parent(s): efb7719
changes
Browse files
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.
|
| 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(
|