Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def create_main_interface():
33
  gr.File(label="Download Extracted Data"),
34
  gr.Textbox(label="Status"),
35
  ],
36
- title="Unified PO Data Extraction App",
37
  description="Upload a Purchase Order PDF and select the extractor (ALNISF, Federal Electric, BHEL) to process the file and download the extracted data.",
38
  )
39
 
 
33
  gr.File(label="Download Extracted Data"),
34
  gr.Textbox(label="Status"),
35
  ],
36
+ title="UC3 Unified PO Data Extraction",
37
  description="Upload a Purchase Order PDF and select the extractor (ALNISF, Federal Electric, BHEL) to process the file and download the extracted data.",
38
  )
39