Commit
·
6c8ff54
1
Parent(s):
860d32f
Update app.py with advanced migration options
Browse files
app.py
CHANGED
@@ -161,7 +161,9 @@ 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 |
-
gr.Markdown(
|
|
|
|
|
165 |
with gr.Accordion("Advanced Options", open=False):
|
166 |
gr.Markdown("### Select files and folder to migrate")
|
167 |
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(
|
165 |
+
"Use advanced options to select specific files and folders to migrate. Currently this app supports migrating specific subfolder(s) or top level files. If this is not sufficient for your use case please open a discussion!"
|
166 |
+
)
|
167 |
with gr.Accordion("Advanced Options", open=False):
|
168 |
gr.Markdown("### Select files and folder to migrate")
|
169 |
gr.Markdown(
|