on1onmangoes commited on
Commit
b96e1f5
1 Parent(s): 4dd3fcf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -230,7 +230,7 @@ with gr.Blocks(css=CSS) as demo:
230
  pdf_button = gr.Button("Process PDF")
231
  pdf_button.click(
232
  process_pdf,
233
- inputs=[pdf_input, select_client_dropdown], # Pass both PDF and client name as inputs
234
  outputs=pdf_output
235
  )
236
 
 
230
  pdf_button = gr.Button("Process PDF")
231
  pdf_button.click(
232
  process_pdf,
233
+ inputs=[pdf_input], # Pass both PDF and client name is not required
234
  outputs=pdf_output
235
  )
236