Hoctar77 commited on
Commit
ee7296b
·
verified ·
1 Parent(s): e33a827

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
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("# FAA Document Checker")
556
- gr.Markdown("Upload a Word document to check for compliance with FAA documentation standards.")
 
 
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",