gregorkrzmanc commited on
Commit
0ce7f78
·
1 Parent(s): 5667bd5
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def gradio_ui():
38
 
39
  with gr.Row():
40
  subdataset_dropdown = gr.Dropdown(choices=[x for x in os.listdir("demo_datasets") if not x.startswith(".")], label="Subdataset")
41
- event_idx_dropdown = gr.Dropdown(choices=list(range(50)), label="Event Index")
42
  prefill_btn = gr.Button("Load Event from Dataset")
43
 
44
  particles_text = gr.Textbox(label="Particles CSV (pt eta phi mass charge)", lines=6, interactive=True)
 
38
 
39
  with gr.Row():
40
  subdataset_dropdown = gr.Dropdown(choices=[x for x in os.listdir("demo_datasets") if not x.startswith(".")], label="Subdataset")
41
+ event_idx_dropdown = gr.Dropdown(choices=list(range(20)), label="Event Index")
42
  prefill_btn = gr.Button("Load Event from Dataset")
43
 
44
  particles_text = gr.Textbox(label="Particles CSV (pt eta phi mass charge)", lines=6, interactive=True)