Commit
·
8b05966
1
Parent(s):
e16418a
Fixed typo
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ with gr.Blocks(
|
|
98 |
# Footer with example hint
|
99 |
gr.Markdown(
|
100 |
"### Need an example?\n"
|
101 |
-
"Download and use any frontal chest X-ray PNG/JPG file from the internet and click **Generate Report
|
102 |
"### NOTE: This is just a demo. It is not intended to diagnose or suggest treatment of any disease or condition, and should not be used for medical advice."
|
103 |
)
|
104 |
|
|
|
98 |
# Footer with example hint
|
99 |
gr.Markdown(
|
100 |
"### Need an example?\n"
|
101 |
+
"Download and use any frontal chest X-ray PNG/JPG file from the internet and click **Generate Report**.\n"
|
102 |
"### NOTE: This is just a demo. It is not intended to diagnose or suggest treatment of any disease or condition, and should not be used for medical advice."
|
103 |
)
|
104 |
|