Pradeep018 commited on
Commit
52157a4
·
verified ·
1 Parent(s): 47278c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.header('Textual Results:')
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