Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ with gr.Blocks() as demo:
|
|
35 |
pdf_input = gr.File(label="📂 Upload Report")
|
36 |
submit_btn = gr.Button("Process")
|
37 |
|
38 |
-
metadata_output = gr.Markdown("**Patient Name:
|
39 |
|
40 |
with gr.Row():
|
41 |
high_output = gr.Dataframe(label="🔺 High Values")
|
|
|
35 |
pdf_input = gr.File(label="📂 Upload Report")
|
36 |
submit_btn = gr.Button("Process")
|
37 |
|
38 |
+
metadata_output = gr.Markdown("**Patient Name: Prashasst Dongre...**")
|
39 |
|
40 |
with gr.Row():
|
41 |
high_output = gr.Dataframe(label="🔺 High Values")
|