Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2402,9 +2402,10 @@ def create_interface():
|
|
2402 |
with gr.Blocks() as demo:
|
2403 |
gr.Markdown(
|
2404 |
"""
|
2405 |
-
|
|
|
|
|
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 |
-
|
2421 |
|
2422 |
- Required heading structure and organization
|
2423 |
|
@@ -2438,7 +2439,7 @@ def create_interface():
|
|
2438 |
- Placeholder content detection
|
2439 |
|
2440 |
|
2441 |
-
|
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 |
|