ChenyuRabbitLove commited on
Commit
fdc352d
1 Parent(s): 90a4f47

feat: modify upload to db description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ with gr.Blocks() as demo:
37
  )
38
  upload_to_db = gr.CheckboxGroup(
39
  ["Upload to Database"],
40
- label="是否上傳至資料庫", info="將資料上傳至資料庫時,資料庫會自動建立索引,下次使用時可以直接檢索,預設為僅作這次使用", scale=1
41
  )
42
 
43
  with gr.Row():
 
37
  )
38
  upload_to_db = gr.CheckboxGroup(
39
  ["Upload to Database"],
40
+ label="是否上傳至資料庫", info="須在上傳檔案前勾選(將資料上傳至資料庫時,資料庫會自動建立索引,下次使用時可以直接檢索,無勾選則僅作這次使用)", scale=1
41
  )
42
 
43
  with gr.Row():