merterbak commited on
Commit
143986a
·
verified ·
1 Parent(s): c89f135

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -144,9 +144,9 @@ with gr.Blocks(
144
  )
145
  url_input = gr.Textbox(
146
  label="Document or Image URL",
147
- placeholder="e.g., https://arxiv.org/pdf/2501.12948",
148
  visible=True,
149
- lines=1
150
  )
151
  file_input = gr.File(
152
  label="Upload PDF or Image",
 
144
  )
145
  url_input = gr.Textbox(
146
  label="Document or Image URL",
147
+ placeholder="https://arxiv.org/pdf/2501.12948",
148
  visible=True,
149
+ lines=2
150
  )
151
  file_input = gr.File(
152
  label="Upload PDF or Image",