prithivMLmods commited on
Commit
3da7d30
·
verified ·
1 Parent(s): 053b6fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -260,8 +260,9 @@ def create_gradio_interface():
260
  inputs=image_input,
261
  label="Examples"
262
  )
263
- with gr.Tab("📰 Formatted Result"):
264
- markdown_output = gr.Markdown(label="Formatted Markdown")
 
265
 
266
  with gr.Tab("📋 Layout Analysis Results"):
267
  json_output = gr.JSON(label="Structured Layout Data (JSON)")
 
260
  inputs=image_input,
261
  label="Examples"
262
  )
263
+ with gr.Tab("📰 README.md"):
264
+ with gr.Accordion("(Formatted Result)", open=True):
265
+ markdown_output = gr.Markdown(label="Formatted Markdown")
266
 
267
  with gr.Tab("📋 Layout Analysis Results"):
268
  json_output = gr.JSON(label="Structured Layout Data (JSON)")