KoonJamesZ commited on
Commit
258e237
·
verified ·
1 Parent(s): f0ac75b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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