prithivMLmods commited on
Commit
041b4d2
·
verified ·
1 Parent(s): 164741b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -287,7 +287,7 @@ with gr.Blocks(css=css) as demo:
287
  fn=lambda img, question, model: qwen_inference(model, img, question),
288
  cache_examples=False,
289
  )
290
-
291
  with gr.Row():
292
  with gr.Column():
293
  line_spacing = gr.Dropdown(
 
287
  fn=lambda img, question, model: qwen_inference(model, img, question),
288
  cache_examples=False,
289
  )
290
+ with gr.Accordion("Document Settings ⚙️", open=False):
291
  with gr.Row():
292
  with gr.Column():
293
  line_spacing = gr.Dropdown(