Hoctar77 commited on
Commit
7f6f5ba
·
verified ·
1 Parent(s): 677d246

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -2402,9 +2402,10 @@ def create_interface():
2402
  with gr.Blocks() as demo:
2403
  gr.Markdown(
2404
  """
2405
- <h1 style="color: #ea580c; font-size: 1.5rem; font-weight: bold; margin-bottom: 1rem;">📑 FAA Document Checker Tool</h1>
 
 
2406
 
2407
- <h2 style="color: #ea580c; font-size: 1.25rem; font-weight: 600; margin-top: 1rem;">Purpose</h2>
2408
  This tool checks Word documents for compliance with U.S. federal documentation standards and guidelines, including:
2409
 
2410
  - GPO Style Manual requirements
@@ -2417,7 +2418,7 @@ def create_interface():
2417
 
2418
  - Chicago Manual of Style
2419
 
2420
- <h2 style="color: #ea580c; font-size: 1.25rem; font-weight: 600; margin-top: 1rem;">Validation Checks Include</h2>
2421
 
2422
  - Required heading structure and organization
2423
 
@@ -2438,7 +2439,7 @@ def create_interface():
2438
  - Placeholder content detection
2439
 
2440
 
2441
- <h2 style="color: #ea580c; font-size: 1.25rem; font-weight: 600; margin-top: 1rem;">How to Use</h2>
2442
 
2443
  1. Upload your Word document (.docx format)
2444
 
 
2402
  with gr.Blocks() as demo:
2403
  gr.Markdown(
2404
  """
2405
+ # 📑 FAA Document Checker Tool
2406
+
2407
+ ## Purpose
2408
 
 
2409
  This tool checks Word documents for compliance with U.S. federal documentation standards and guidelines, including:
2410
 
2411
  - GPO Style Manual requirements
 
2418
 
2419
  - Chicago Manual of Style
2420
 
2421
+ ## Validation Checks Include
2422
 
2423
  - Required heading structure and organization
2424
 
 
2439
  - Placeholder content detection
2440
 
2441
 
2442
+ ## How to Use
2443
 
2444
  1. Upload your Word document (.docx format)
2445