Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|