markobinario commited on
Commit
d057c94
·
verified ·
1 Parent(s): c0c9942

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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"):