Commit
·
860d32f
1
Parent(s):
98a2ece
Add advanced options for selecting files and folders to migrate
Browse files
app.py
CHANGED
@@ -161,6 +161,7 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
|
|
161 |
gr.Markdown("### Location of existing dataset")
|
162 |
gr.Markdown("URL for the GitHub repository where the dataset is currently hosted")
|
163 |
source_github_repository = gr.Textbox(lines=1, label="Source GitHub Repository URL")
|
|
|
164 |
with gr.Accordion("Advanced Options", open=False):
|
165 |
gr.Markdown("### Select files and folder to migrate")
|
166 |
gr.Markdown(
|
|
|
161 |
gr.Markdown("### Location of existing dataset")
|
162 |
gr.Markdown("URL for the GitHub repository where the dataset is currently hosted")
|
163 |
source_github_repository = gr.Textbox(lines=1, label="Source GitHub Repository URL")
|
164 |
+
gr.Markdown("Use advanced options to select specific files and folders to migrate.")
|
165 |
with gr.Accordion("Advanced Options", open=False):
|
166 |
gr.Markdown("### Select files and folder to migrate")
|
167 |
gr.Markdown(
|