frendyrachman commited on
Commit
529a353
Β·
verified Β·
1 Parent(s): 143d251

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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=5)
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=5)
347
- raw_output = gr.Textbox(label="πŸ“ RAW OUTPUT", lines=5)
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,