prithivMLmods commited on
Commit
f4c9191
·
verified ·
1 Parent(s): 15d0028

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -361,11 +361,11 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
361
  with gr.Column():
362
  # Result Canvas with raw and formatted outputs
363
  with gr.Column(elem_classes="canvas-output"):
364
- gr.Markdown("## Result.md")
365
  raw_output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2)
366
 
367
- with gr.Accordion("Formatted Result (Result.Md)", open=False):
368
- formatted_output = gr.Markdown(label="Formatted Result (Result.md)")
369
 
370
  model_choice = gr.Radio(
371
  choices=["Nanonets-OCR-s", "MonkeyOCR-Recognition", "SmolDocling-256M-preview", "Typhoon-OCR-7B"],
 
361
  with gr.Column():
362
  # Result Canvas with raw and formatted outputs
363
  with gr.Column(elem_classes="canvas-output"):
364
+ gr.Markdown("## Output")
365
  raw_output = gr.Textbox(label="Raw Output Stream", interactive=False, lines=2)
366
 
367
+ with gr.Accordion("(Result.md)", open=False):
368
+ formatted_output = gr.Markdown(label="(Result.md)")
369
 
370
  model_choice = gr.Radio(
371
  choices=["Nanonets-OCR-s", "MonkeyOCR-Recognition", "SmolDocling-256M-preview", "Typhoon-OCR-7B"],