Update description for editing screen download filename

fix/filename-description
Oleksandr Sokol 2023-06-19 12:43:52 +03:00
parent 764263b22e
commit b582b0b9ff
1 changed files with 2 additions and 1 deletions

View File

@ -355,7 +355,8 @@ def edit_ui_block():
download_filename_widget = gr.Textbox(label='Download File Name:',
value='',
max_lines=1,
info='Downloaded file name. Default if empty (Optional)')
info='Downloaded file name with extension. Default if empty ('
'Optional)')
download_subdir_widget = gr.Textbox(label='Subdir',
value='',
max_lines=1,