Spaces:
Paused
Paused
Commit
·
f8a4a5a
1
Parent(s):
0b07cd5
Corrected error
Browse files
app.py
CHANGED
@@ -276,7 +276,7 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
|
|
276 |
diagnostic_button = gr.Button(value="Get diagnosis", visible=False, variant="primary")
|
277 |
|
278 |
with gr.Box(visible=False) as download_box:
|
279 |
-
gr.Markdown('<h4 style="color:#235784;">
|
280 |
# Descarga de archivo
|
281 |
output_file = gr.File(file_count="single", show_label=False, interactive=False, visible=True)
|
282 |
|
|
|
276 |
diagnostic_button = gr.Button(value="Get diagnosis", visible=False, variant="primary")
|
277 |
|
278 |
with gr.Box(visible=False) as download_box:
|
279 |
+
gr.Markdown('<h4 style="color:#235784;"> Download diagnosis report</h4>')
|
280 |
# Descarga de archivo
|
281 |
output_file = gr.File(file_count="single", show_label=False, interactive=False, visible=True)
|
282 |
|