Spaces:
Running
Running
Update app.py
Browse files
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(["
|
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",
|