YchKhan commited on
Commit
aea8774
1 Parent(s): b5d29e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks() as demo:
80
  ["Intelligent split", "Intelligent split by keywords", "Non intelligent split"], label="Choose your selection", value = "Intelligent split"
81
  )
82
  dropdown_split = gr.Dropdown(["introduction", "objective", "conclusion", "summary"], multiselect=True, visible=False, allow_custom_value=True, label="Select or add keywords")
83
- nb_split = gr.Number(label="First pages to keep (0 for all)", value=2, interactive=True, visible=False)
84
 
85
  fi_input = gr.File(file_count='multiple')
86
  btn_split = gr.Button("Split")
 
80
  ["Intelligent split", "Intelligent split by keywords", "Non intelligent split"], label="Choose your selection", value = "Intelligent split"
81
  )
82
  dropdown_split = gr.Dropdown(["introduction", "objective", "conclusion", "summary"], multiselect=True, visible=False, allow_custom_value=True, label="Select or add keywords")
83
+ nb_split = gr.Number(label="First pages to keep (0 for all)", value=2, interactive=True, visible=True)
84
 
85
  fi_input = gr.File(file_count='multiple')
86
  btn_split = gr.Button("Split")