amamrnaf commited on
Commit
6c470c3
·
verified ·
1 Parent(s): f68828e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -179,7 +179,7 @@ demo = gr.Interface(
179
  fn=process_pdf,
180
  inputs=[
181
  gr.File(label="Upload PDF"), # File upload input
182
- gr.Radio(["Noc_timesheet_resdiential","Noc_timesheet_rotational", "Noc_invoice"], label="Choose an option") # Radio buttons for options
183
  ],
184
  outputs="text", # Text output
185
  title="PDF Processor",
 
179
  fn=process_pdf,
180
  inputs=[
181
  gr.File(label="Upload PDF"), # File upload input
182
+ gr.Radio(["Noc_timesheet_residential","Noc_timesheet_rotational", "Noc_invoice"], label="Choose an option") # Radio buttons for options
183
  ],
184
  outputs="text", # Text output
185
  title="PDF Processor",