m-ric HF Staff commited on
Commit
26beb63
·
1 Parent(s): 16268bf

Reduce top n org values

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -316,7 +316,7 @@ with gr.Blocks(
316
 
317
  filtered_df = gr.State()
318
  with gr.Row():
319
- top_n_orgs = gr.Slider(minimum=1, maximum=30, value=10, step=1, label="View top N companies")
320
  # minimum_rating = gr.Slider(minimum=800, maximum=1300, value=1000, step=1, label="Restrict to ELO scores above N")
321
  start_time = gr.DateTime(value="2024-01-01 00:00:00", label="Start time")
322
  speak_french = gr.Checkbox(value=False, label="Parler français")
 
316
 
317
  filtered_df = gr.State()
318
  with gr.Row():
319
+ top_n_orgs = gr.Slider(minimum=1, maximum=20, value=10, step=1, label="View top N companies")
320
  # minimum_rating = gr.Slider(minimum=800, maximum=1300, value=1000, step=1, label="Restrict to ELO scores above N")
321
  start_time = gr.DateTime(value="2024-01-01 00:00:00", label="Start time")
322
  speak_french = gr.Checkbox(value=False, label="Parler français")