Spaces:
Build error
Build error
Update app.py
Browse files
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
|
| 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 |
|