Commit
•
ea59f35
1
Parent(s):
6bf4435
Update app.py (#1)
Browse files- Update app.py (63b2830b403bf9245b6f40ec5a1c6a3e252ca2c9)
Co-authored-by: SATHVIK GANTA <SathvikGanta@users.noreply.huggingface.co>
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 |
|