Update app.py
Browse files
app.py
CHANGED
@@ -354,7 +354,7 @@ with gr.Blocks() as demo:
|
|
354 |
# metadata_output = gr.Markdown(label="Metadata")
|
355 |
# lab_test_output = gr.Dataframe(label="Lab Test Results")
|
356 |
# output_display = gr.JSON(label="Extracted Report") # Show JSON output
|
357 |
-
output_display = gr.
|
358 |
|
359 |
submit_btn.click(process_pdf, inputs=[pdf_input], outputs=[output_display])
|
360 |
|
|
|
354 |
# metadata_output = gr.Markdown(label="Metadata")
|
355 |
# lab_test_output = gr.Dataframe(label="Lab Test Results")
|
356 |
# output_display = gr.JSON(label="Extracted Report") # Show JSON output
|
357 |
+
output_display = gr.Text(label="Extracted Report") # Show JSON output
|
358 |
|
359 |
submit_btn.click(process_pdf, inputs=[pdf_input], outputs=[output_display])
|
360 |
|