vincentmin commited on
Commit
99471f1
·
1 Parent(s): 74c23c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ with gr.Blocks() as demo:
102
  with gr.Row():
103
  with gr.Column():
104
  with gr.Accordion("Parameters", open=False):
105
- lookback_days = gr.Number(1, label="Articles from this many days in the past will be searched through.", minimum=1, maximum=7)
106
 
107
  category = gr.Textbox(value="hep-th", label="Which category to search through. See https://arxiv.org/category_taxonomy for possible values.")
108
 
 
102
  with gr.Row():
103
  with gr.Column():
104
  with gr.Accordion("Parameters", open=False):
105
+ lookback_days = gr.Number(2, label="Articles from this many days in the past will be searched through.", minimum=1, maximum=7)
106
 
107
  category = gr.Textbox(value="hep-th", label="Which category to search through. See https://arxiv.org/category_taxonomy for possible values.")
108