No1r97 commited on
Commit
927b6fc
·
1 Parent(s): e732bbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -71,7 +71,7 @@ demo = gr.Interface(
71
  gr.Textbox(
72
  label="Date",
73
  value=get_curday,
74
- info="Date from which the prediction is made, use format 'yyyy-mm-dd'"
75
  ),
76
  gr.Slider(
77
  minimum=1,
@@ -80,7 +80,7 @@ demo = gr.Interface(
80
  step=1,
81
  label="n_weeks",
82
  info="Information of the past n weeks will be utilized, choose between 1 and 4"
83
- ),
84
  ],
85
  outputs="Response"
86
  )
 
71
  gr.Textbox(
72
  label="Date",
73
  value=get_curday,
74
+ info="Date from which the prediction is made, use format yyyy-mm-dd"
75
  ),
76
  gr.Slider(
77
  minimum=1,
 
80
  step=1,
81
  label="n_weeks",
82
  info="Information of the past n weeks will be utilized, choose between 1 and 4"
83
+ )
84
  ],
85
  outputs="Response"
86
  )