xangma commited on
Commit
871e8bd
1 Parent(s): 3758343

at least some indication of how to use

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -296,7 +296,7 @@ with block:
296
  )
297
  with gr.TabItem("Get New Repositories", id=2):
298
  with gr.Row():
299
- all_collections_to_get = gr.List(headers=['Repository URL', 'Folders'], row_count=3, col_count=2, label='Repositories to get', show_label=True, interactive=True, max_cols=2, max_rows=3)
300
  make_collections_button = gr.Button(value="Get new repositories", variant="secondary").style(full_width=False)
301
  with gr.Row():
302
  chunk_size_textbox = gr.Textbox(
 
296
  )
297
  with gr.TabItem("Get New Repositories", id=2):
298
  with gr.Row():
299
+ all_collections_to_get = gr.List(headers=['Repository (organisation/repo_name)', 'Folders (folder1,folder2...)'], row_count=3, col_count=2, label='Repositories to get', show_label=True, interactive=True, max_cols=2, max_rows=3)
300
  make_collections_button = gr.Button(value="Get new repositories", variant="secondary").style(full_width=False)
301
  with gr.Row():
302
  chunk_size_textbox = gr.Textbox(