Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -302,8 +302,8 @@ with gr.Blocks(theme=basetheme,js=js_func,fill_height=True) as demo:
|
|
302 |
gr.Interface(
|
303 |
fn=process_data,
|
304 |
inputs=[
|
305 |
-
gr.File(label="Upload CSV/Excel files", file_count="multiple"
|
306 |
-
gr.File(label="Upload PDF file (optional)"
|
307 |
gr.Textbox(
|
308 |
label="Desired Fields (one per line, use 'Field Name: Description' format)",
|
309 |
placeholder="Example:\nName: Full name\nDOB: Date of birth\nAddress: Full address\n",
|
|
|
302 |
gr.Interface(
|
303 |
fn=process_data,
|
304 |
inputs=[
|
305 |
+
gr.File(label="Upload CSV/Excel files", file_count="multiple"),
|
306 |
+
gr.File(label="Upload PDF file (optional)"),
|
307 |
gr.Textbox(
|
308 |
label="Desired Fields (one per line, use 'Field Name: Description' format)",
|
309 |
placeholder="Example:\nName: Full name\nDOB: Date of birth\nAddress: Full address\n",
|