davanstrien HF staff commited on
Commit
d217e6d
1 Parent(s): a89ab80

clarity fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
157
  source_github_repository = gr.Textbox(lines=1, label="Source GitHub Repository URL")
158
  gr.Markdown("### Select files and folder to migrate")
159
  gr.Markdown(
160
- "(Optional): select a specific folder and/or files to migrate from the GitHub repository."
161
  )
162
  folder_in_github_repo = gr.Dropdown(
163
  None,
 
157
  source_github_repository = gr.Textbox(lines=1, label="Source GitHub Repository URL")
158
  gr.Markdown("### Select files and folder to migrate")
159
  gr.Markdown(
160
+ "(Optional): select a specific folder and/or files to migrate from the GitHub repository. If you select a folder all the files in that folder will be migrated."
161
  )
162
  folder_in_github_repo = gr.Dropdown(
163
  None,