rameshmoorthy commited on
Commit
e1606b6
·
verified ·
1 Parent(s): 7c07d0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- "\n*Note: This application requires the `GEMINI_API_KEY` to be set in the Hugging Face Space secrets.*"
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():