KoonJamesZ commited on
Commit
f0ac75b
·
verified ·
1 Parent(s): 9e036d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -255,11 +255,10 @@ with gr.Blocks(theme=basetheme,js=js_func,fill_height=True) as demo:
255
  ],
256
  outputs=[gr.Dataframe(label="Final Merged Data"),gr.File(label="Download CSV")],
257
  description=(
258
- "Upload one or more CSV/Excel files, optionally a PDF file, and enter your desired fields below. "
259
  "Type each field on a new line in the format:\n"
260
  "'Field Name: Description'\n\n"
261
  "The AI will automatically map and merge columns from your files to these fields, "
262
- "then optionally extract matching data from the PDF."
263
  ),
264
  )
265
 
 
255
  ],
256
  outputs=[gr.Dataframe(label="Final Merged Data"),gr.File(label="Download CSV")],
257
  description=(
258
+ "Upload one or more CSV/Excel files and enter your desired fields below. "
259
  "Type each field on a new line in the format:\n"
260
  "'Field Name: Description'\n\n"
261
  "The AI will automatically map and merge columns from your files to these fields, "
 
262
  ),
263
  )
264