Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -340,11 +340,11 @@ with gr.Blocks() as demo:
|
|
| 340 |
download_output_docx = gr.File(label="π₯ Download Summary as DOCX", visible=True)
|
| 341 |
download_valid_zip = gr.File(label="π₯ Download all PDF document in zip", visible=True)
|
| 342 |
|
| 343 |
-
form_filling_output = gr.Textbox(label="π FORM FILLING RESULT", lines=
|
| 344 |
invalid_list_output = gr.Textbox(label="π INVALID DOCUMENT LIST", lines=5)
|
| 345 |
summary_output = gr.Textbox(label="π SUMMARY OUTPUT", lines=5)
|
| 346 |
-
notice_msg = gr.Textbox(label="π NOTIFICATION MSG", lines=
|
| 347 |
-
raw_output = gr.Textbox(label="π RAW OUTPUT", lines=
|
| 348 |
|
| 349 |
run_btn.click(
|
| 350 |
fn=main_process,
|
|
|
|
| 340 |
download_output_docx = gr.File(label="π₯ Download Summary as DOCX", visible=True)
|
| 341 |
download_valid_zip = gr.File(label="π₯ Download all PDF document in zip", visible=True)
|
| 342 |
|
| 343 |
+
form_filling_output = gr.Textbox(label="π FORM FILLING RESULT", lines=20)
|
| 344 |
invalid_list_output = gr.Textbox(label="π INVALID DOCUMENT LIST", lines=5)
|
| 345 |
summary_output = gr.Textbox(label="π SUMMARY OUTPUT", lines=5)
|
| 346 |
+
notice_msg = gr.Textbox(label="π NOTIFICATION MSG", lines=10)
|
| 347 |
+
raw_output = gr.Textbox(label="π RAW OUTPUT", lines=20)
|
| 348 |
|
| 349 |
run_btn.click(
|
| 350 |
fn=main_process,
|