derek-thomas HF staff commited on
Commit
272015d
1 Parent(s): 5f9a81c

Fixing the Desired Range box

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks() as demo:
80
  precision=0)
81
  timezone = gr.Dropdown(label="Timezone (Step 3.1)", choices=pytz.all_timezones)
82
  with gr.Accordion(label="Advanced Settings (Step 3.2)", open=False):
83
- requestRetention = gr.Number(value=.9, label="Recommended to set between 0.8 0.9")
84
  revlog_start_date = gr.Textbox(value="2006-10-05",
85
  label="Replace it if you don't want the optimizer to use the review logs before a specific date.")
86
  with gr.Row():
 
80
  precision=0)
81
  timezone = gr.Dropdown(label="Timezone (Step 3.1)", choices=pytz.all_timezones)
82
  with gr.Accordion(label="Advanced Settings (Step 3.2)", open=False):
83
+ requestRetention = gr.Number(value=.9, label="Desired Retention: Recommended to set between 0.8 0.9")
84
  revlog_start_date = gr.Textbox(value="2006-10-05",
85
  label="Replace it if you don't want the optimizer to use the review logs before a specific date.")
86
  with gr.Row():