Update app.py
#1
by
SathvikGanta
- opened
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
|
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 |
|