Spaces:
Sleeping
Sleeping
Test gradio theme
Browse files
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(
|
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")
|