Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
108 |
)
|
109 |
|
110 |
gr.Markdown("### Report Generated")
|
111 |
-
gr.Markdown("A detailed PDF report has been saved as `home_inspection_report.pdf`.")
|
112 |
|
113 |
# Launch the app
|
114 |
demo.launch()
|
|
|
108 |
)
|
109 |
|
110 |
gr.Markdown("### Report Generated")
|
111 |
+
gr.Markdown("A very detailed PDF report has been saved as `home_inspection_report.pdf`.")
|
112 |
|
113 |
# Launch the app
|
114 |
demo.launch()
|