Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ if uploaded_file is not None:
|
|
35 |
text_results = detect_pipeline.extractTextResults(detections)
|
36 |
|
37 |
# Display text results below the image
|
38 |
-
col2.
|
39 |
col2.text(text_results)
|
40 |
|
41 |
# Ensure you have implemented the `extractTextResults` method in your `pipeline.py` file
|
|
|
35 |
text_results = detect_pipeline.extractTextResults(detections)
|
36 |
|
37 |
# Display text results below the image
|
38 |
+
col2.text('Textual Results:')
|
39 |
col2.text(text_results)
|
40 |
|
41 |
# Ensure you have implemented the `extractTextResults` method in your `pipeline.py` file
|