Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -321,8 +321,7 @@ with gr.Blocks(head=GOOGLE_FONTS_URL, css=custom_css, theme=gr.themes.Soft()) as
|
|
| 321 |
json_output = gr.Code(
|
| 322 |
label="Detailed OCR Results (JSON)",
|
| 323 |
language="json",
|
| 324 |
-
elem_id="json_output"
|
| 325 |
-
placeholder="Detailed OCR results will appear here..."
|
| 326 |
)
|
| 327 |
|
| 328 |
with gr.Tab("📈 Statistics"):
|
|
|
|
| 321 |
json_output = gr.Code(
|
| 322 |
label="Detailed OCR Results (JSON)",
|
| 323 |
language="json",
|
| 324 |
+
elem_id="json_output"
|
|
|
|
| 325 |
)
|
| 326 |
|
| 327 |
with gr.Tab("📈 Statistics"):
|