Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -552,8 +552,10 @@ Technical details: {str(e)}"""
|
|
552 |
demo = gr.Blocks(theme='JohnSmith9982/small_and_pretty')
|
553 |
|
554 |
with demo:
|
555 |
-
gr.Markdown("#
|
556 |
-
gr.Markdown("Upload a Word document to check for compliance with
|
|
|
|
|
557 |
|
558 |
document_types = [
|
559 |
"Advisory Circular", "Airworthiness Criteria", "Deviation Memo", "Exemption",
|
|
|
552 |
demo = gr.Blocks(theme='JohnSmith9982/small_and_pretty')
|
553 |
|
554 |
with demo:
|
555 |
+
gr.Markdown("# Document Checker Tool")
|
556 |
+
gr.Markdown("Upload a Word (docx) document to check for compliance with U.S. federal documentation standards.")
|
557 |
+
gr.Markdown("* This tool is still in development *")
|
558 |
+
gr.Markdown("Contact Eric Putnam if you have questions and comments.")
|
559 |
|
560 |
document_types = [
|
561 |
"Advisory Circular", "Airworthiness Criteria", "Deviation Memo", "Exemption",
|