Hoctar77 commited on
Commit
f4450e4
·
verified ·
1 Parent(s): 5a66b72

Test gradio theme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -786,7 +786,7 @@ Technical details: {str(e)}"""
786
  return error_message
787
 
788
  # Create the Gradio interface
789
- demo = gr.Blocks(title="FAA Document Checker")
790
 
791
  with demo:
792
  gr.Markdown("# FAA Document Checker")
 
786
  return error_message
787
 
788
  # Create the Gradio interface
789
+ demo = gr.Blocks(theme='JohnSmith9982/small_and_pretty')
790
 
791
  with demo:
792
  gr.Markdown("# FAA Document Checker")