heymenn commited on
Commit
2c7805c
·
verified ·
1 Parent(s): a0f7ce7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,7 +196,7 @@ with gr.Blocks() as demo:
196
  radio = gr.Radio(
197
  ["Intelligent split", "Intelligent split by keywords"], label="Choose your selection", value = "Intelligent split"
198
  )
199
- dropdown_split = gr.Dropdown(["introduction", "objective", "conclusion", "summary"], multiselect=True, visible=False, allow_custom_value=True)
200
 
201
  fi_input = gr.File(file_count='multiple')
202
 
 
196
  radio = gr.Radio(
197
  ["Intelligent split", "Intelligent split by keywords"], label="Choose your selection", value = "Intelligent split"
198
  )
199
+ dropdown_split = gr.Dropdown(["introduction", "objective", "conclusion", "summary"], multiselect=True, visible=False, allow_custom_value=True, label="Select or add keywords")
200
 
201
  fi_input = gr.File(file_count='multiple')
202