Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -175,10 +175,11 @@ def process_dar_pdf(pdf_file):
|
|
| 175 |
# --- Gradio Interface Definition ---
|
| 176 |
with gr.Blocks(theme=gr.themes.Soft(), title="DAR Harmonisation Tool") as demo:
|
| 177 |
gr.Markdown("# DAR PDF Harmonisation Tool")
|
|
|
|
| 178 |
gr.Markdown(
|
| 179 |
"Upload a Departmental Audit Report (DAR) in PDF format. "
|
| 180 |
"The tool will extract audit para details, generate standardised para titles, and provide an Excel download of the results."
|
| 181 |
-
|
| 182 |
)
|
| 183 |
|
| 184 |
with gr.Row():
|
|
|
|
| 175 |
# --- Gradio Interface Definition ---
|
| 176 |
with gr.Blocks(theme=gr.themes.Soft(), title="DAR Harmonisation Tool") as demo:
|
| 177 |
gr.Markdown("# DAR PDF Harmonisation Tool")
|
| 178 |
+
gr.Markdown("##Audit 1 Commissionerate Mumbai")
|
| 179 |
gr.Markdown(
|
| 180 |
"Upload a Departmental Audit Report (DAR) in PDF format. "
|
| 181 |
"The tool will extract audit para details, generate standardised para titles, and provide an Excel download of the results."
|
| 182 |
+
|
| 183 |
)
|
| 184 |
|
| 185 |
with gr.Row():
|