Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -258,7 +258,7 @@ with gr.Blocks(theme=basetheme,js=js_func,fill_height=True) as demo:
|
|
| 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 |
|
|
|
|
| 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 |
|